#D149CD

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

Shades of Fuchsia #D149CD

Tints of Fuchsia #D149CD

Color information

#D149CD (or 0xD149CD) is unknown color: approx Fuchsia. HEX triplet: D1, 49 and CD. RGB value is (209,73,205). Sum of RGB (Red+Green+Blue) = 209+73+205=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D149CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149CD is #2EB632. Grayscale: #808080. Windows color (decimal): -3061299 or 13453777. OLE color: 13453777.

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

Color convert

RGB20973205-
CMYK00.650.020.18
HSL301.76º59.65%55.29%-
HSV(B)301.76º65.07%81.96%-
XYZ39.722.7360.05-
YUV128.71171.06185.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 73 (28.91% from 255) = 14.99%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=42.92%
G=14.99%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097320500.650.020.18301.7659.6555.29
HexD149CD04121212e3c37
Octal32111131501012224567467
Binary11010001100100111001101010000011010010100101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D149CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D149CD; }

 p { color: rgb(209,73,205); }

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

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

 a { background-color: rgb(209,73,205); }

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

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

 span { border-color: rgb(209,73,205); }

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