#DC87DF

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

Shades of Violet #DC87DF

Tints of Violet #DC87DF

Color information

#DC87DF (or 0xDC87DF) is unknown color: approx Violet. HEX triplet: DC, 87 and DF. RGB value is (220,135,223). Sum of RGB (Red+Green+Blue) = 220+135+223=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DF is #237820. Grayscale: #AAAAAA. Windows color (decimal): -2324513 or 14649308. OLE color: 14649308.

HSL color Cylindrical-coordinate representation of color #DC87DF: hue angle of 297.95º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87DF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220135223-
CMYK0.010.3900.13
HSL297.95º57.89%70.2%-
HSV(B)297.95º39.46%87.45%-
XYZ51.537.8774.41-
YUV170.45157.66163.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 135 (53.12% from 255) = 23.36%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=38.06%
G=23.36%
B=38.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201352230.010.3900.13297.9557.8970.2
HexDC87DF1270D12a3a46
Octal33420733714701545272106
Binary1101110010000111110111111100111011011001010101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87DF; }

 p { color: rgb(220,135,223); }

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

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

 a { background-color: rgb(220,135,223); }

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

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

 span { border-color: rgb(220,135,223); }

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