#DC96D2

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

Shades of Plum #DC96D2

Tints of Plum #DC96D2

Color information

#DC96D2 (or 0xDC96D2) is unknown color: approx Plum. HEX triplet: DC, 96 and D2. RGB value is (220,150,210). Sum of RGB (Red+Green+Blue) = 220+150+210=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96D2 is #23692D. Grayscale: #B1B1B1. Windows color (decimal): -2320686 or 13801180. OLE color: 13801180.

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

Color convert

RGB220150210-
CMYK00.320.050.14
HSL308.57º50%72.55%-
HSV(B)308.57º31.82%86.27%-
XYZ52.0541.6866.27-
YUV177.77146.19158.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=37.93%
G=25.86%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015021000.320.050.14308.575072.55
HexDC96D20205E1353249
Octal33422632204051646562111
Binary110111001001011011010010010000010111101001101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96D2; }

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

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

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

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

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

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

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

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