#DC99E6

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

Shades of Plum #DC99E6

Tints of Plum #DC99E6

Color information

#DC99E6 (or 0xDC99E6) is unknown color: approx Plum. HEX triplet: DC, 99 and E6. RGB value is (220,153,230). Sum of RGB (Red+Green+Blue) = 220+153+230=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99E6 is #236619. Grayscale: #B5B5B5. Windows color (decimal): -2319898 or 15112668. OLE color: 15112668.

HSL color Cylindrical-coordinate representation of color #DC99E6: hue angle of 292.21º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC99E6 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220153230-
CMYK0.040.3300.10
HSL292.21º60.63%75.1%-
HSV(B)292.21º33.48%90.2%-
XYZ55.1943.7180.39-
YUV181.81155.2155.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 153 (60.16% from 255) = 25.37%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=36.48%
G=25.37%
B=38.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201532300.040.3300.10292.2160.6375.1
HexDC99E64210A1243d4b
Octal33423134644101244475113
Binary110111001001100111100110100100001010101001001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99E6; }

 p { color: rgb(220,153,230); }

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

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

 a { background-color: rgb(220,153,230); }

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

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

 span { border-color: rgb(220,153,230); }

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