#D99CCE

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

Shades of Plum #D99CCE

Tints of Plum #D99CCE

Color information

#D99CCE (or 0xD99CCE) is unknown color: approx Plum. HEX triplet: D9, 9C and CE. RGB value is (217,156,206). Sum of RGB (Red+Green+Blue) = 217+156+206=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCE is #266331. Grayscale: #B3B3B3. Windows color (decimal): -2515762 or 13540569. OLE color: 13540569.

HSL color Cylindrical-coordinate representation of color #D99CCE: hue angle of 310.82º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CCE is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217156206-
CMYK00.280.050.15
HSL310.82º44.53%73.14%-
HSV(B)310.82º28.11%85.1%-
XYZ51.6442.9863.97-
YUV179.94142.71154.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=37.48%
G=26.94%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715620600.280.050.15310.8244.5373.14
HexD99CCE01C5F1372d49
Octal33123431603451746755111
Binary11011001100111001100111001110010111111001101111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CCE; }

 p { color: rgb(217,156,206); }

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

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

 a { background-color: rgb(217,156,206); }

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

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

 span { border-color: rgb(217,156,206); }

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