#DC87DE

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

Shades of Violet #DC87DE

Tints of Violet #DC87DE

Color information

#DC87DE (or 0xDC87DE) is unknown color: approx Violet. HEX triplet: DC, 87 and DE. RGB value is (220,135,222). Sum of RGB (Red+Green+Blue) = 220+135+222=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 135 (53.12% from 255 or 23.40% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DE is #237821. Grayscale: #AAAAAA. Windows color (decimal): -2324514 or 14583772. OLE color: 14583772.

HSL color Cylindrical-coordinate representation of color #DC87DE: hue angle of 298.62º degrees, saturation: 0.57, 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 #DC87DE is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220135222-
CMYK0.010.3900.13
HSL298.62º56.86%70%-
HSV(B)298.62º39.19%87.06%-
XYZ51.3637.8273.7-
YUV170.33157.16163.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 135 (53.12% from 255) = 23.40%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=38.13%
G=23.40%
B=38.47%

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
Decimal2201352220.010.3900.13298.6256.8670
HexDC87DE1270D12b3946
Octal33420733614701545371106
Binary1101110010000111110111101100111011011001010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87DE; }

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

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

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

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

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

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

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

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