#D99CD4

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

Shades of Plum #D99CD4

Tints of Plum #D99CD4

Color information

#D99CD4 (or 0xD99CD4) is unknown color: approx Plum. HEX triplet: D9, 9C and D4. RGB value is (217,156,212). Sum of RGB (Red+Green+Blue) = 217+156+212=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CD4 is #26632B. Grayscale: #B4B4B4. Windows color (decimal): -2515756 or 13933785. OLE color: 13933785.

HSL color Cylindrical-coordinate representation of color #D99CD4: hue angle of 304.92º 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 #D99CD4 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217156212-
CMYK00.280.020.15
HSL304.92º44.53%73.14%-
HSV(B)304.92º28.11%85.1%-
XYZ52.3943.2867.88-
YUV180.62145.71153.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 212 (83.20% from 255) = 36.24%
R=37.09%
G=26.67%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715621200.280.020.15304.9244.5373.14
HexD99CD401C2F1312d49
Octal33123432403421746155111
Binary1101100110011100110101000111001011111001100011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CD4; }

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

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

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

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

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

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

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

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