#D15ACD

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

Shades of Fuchsia #D15ACD

Tints of Fuchsia #D15ACD

Color information

#D15ACD (or 0xD15ACD) is unknown color: approx Fuchsia. HEX triplet: D1, 5A and CD. RGB value is (209,90,205). Sum of RGB (Red+Green+Blue) = 209+90+205=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ACD is #2EA532. Grayscale: #8A8A8A. Windows color (decimal): -3056947 or 13458129. OLE color: 13458129.

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

Color convert

RGB20990205-
CMYK00.570.020.18
HSL302.02º56.4%58.63%-
HSV(B)302.02º56.94%81.96%-
XYZ40.9725.2860.48-
YUV138.69165.42178.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 90 (35.55% from 255) = 17.86%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=41.47%
G=17.86%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099020500.570.020.18302.0256.458.63
HexD15ACD03921212e383b
Octal3211323150712224567073
Binary1101000110110101100110101110011010010100101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15ACD; }

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

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

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

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

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

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

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

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