#DC8AD2

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

Shades of Plum #DC8AD2

Tints of Plum #DC8AD2

Color information

#DC8AD2 (or 0xDC8AD2) is unknown color: approx Plum. HEX triplet: DC, 8A and D2. RGB value is (220,138,210). Sum of RGB (Red+Green+Blue) = 220+138+210=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD2 is #23752D. Grayscale: #AAAAAA. Windows color (decimal): -2323758 or 13798108. OLE color: 13798108.

HSL color Cylindrical-coordinate representation of color #DC8AD2: hue angle of 307.32º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AD2 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220138210-
CMYK00.370.050.14
HSL307.32º53.95%70.2%-
HSV(B)307.32º37.27%86.27%-
XYZ50.2438.0565.67-
YUV170.73150.17163.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=38.73%
G=24.30%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013821000.370.050.14307.3253.9570.2
HexDC8AD20255E1333646
Octal33421232204551646366106
Binary110111001000101011010010010010110111101001100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AD2; }

 p { color: rgb(220,138,210); }

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

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

 a { background-color: rgb(220,138,210); }

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

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

 span { border-color: rgb(220,138,210); }

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