#D148C0

Color #D148C0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D148C0

Tints of Fuchsia #D148C0

Color information

#D148C0 (or 0xD148C0) is unknown color: approx Fuchsia. HEX triplet: D1, 48 and C0. RGB value is (209,72,192). Sum of RGB (Red+Green+Blue) = 209+72+192=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D148C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148C0 is #2EB73F. Grayscale: #7E7E7E. Windows color (decimal): -3061568 or 12601553. OLE color: 12601553.

HSL color Cylindrical-coordinate representation of color #D148C0: hue angle of 307.45º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148C0 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB20972192-
CMYK00.660.080.18
HSL307.45º59.83%55.1%-
HSV(B)307.45º65.55%81.96%-
XYZ38.132252.11-
YUV126.64164.89186.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 44.19%
GREEN value IS 72 (28.52% from 255) = 15.22%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=44.19%
G=15.22%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097219200.660.080.18307.4559.8355.1
HexD148C00428121333c37
Octal321110300010210224637467
Binary1101000110010001100000001000010100010010100110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D148C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D148C0; }

 p { color: rgb(209,72,192); }

 H1.HeaderClassName
 {
   color: #D148C0;
 }
 .AnyTagClassName
 {
   color: #D148C0;
 }
</style>
background-color css

<style>
 a { background-color: #D148C0; }

 a { background-color: rgb(209,72,192); }

 div.DivClassName
 {
   background-color: #D148C0;
 }
 .BgClassName
 {
   background-color: #D148C0;
 }
</style>
border-color css

<style>
 span { border-color: #D148C0; }

 span { border-color: rgb(209,72,192); }

 td.TdClassName
 {
   border-color: #D148C0;
 }
 .TagClassName
 {
   border-color: #D148C0;
 }
</style>