#DC99E0

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

Shades of Plum #DC99E0

Tints of Plum #DC99E0

Color information

#DC99E0 (or 0xDC99E0) is unknown color: approx Plum. HEX triplet: DC, 99 and E0. RGB value is (220,153,224). Sum of RGB (Red+Green+Blue) = 220+153+224=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99E0 is #23661F. Grayscale: #B4B4B4. Windows color (decimal): -2319904 or 14719452. OLE color: 14719452.

HSL color Cylindrical-coordinate representation of color #DC99E0: hue angle of 296.62º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC99E0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220153224-
CMYK0.020.3200.12
HSL296.62º53.38%73.92%-
HSV(B)296.62º31.7%87.84%-
XYZ54.3643.3876.03-
YUV181.13152.2155.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 153 (60.16% from 255) = 25.63%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=36.85%
G=25.63%
B=37.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201532240.020.3200.12296.6253.3873.92
HexDC99E02200C129354a
Octal33423134024001445165112
Binary11011100100110011110000010100000011001001010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99E0; }

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

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

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

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

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

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

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

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