#D999CE

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

Shades of Plum #D999CE

Tints of Plum #D999CE

Color information

#D999CE (or 0xD999CE) is unknown color: approx Plum. HEX triplet: D9, 99 and CE. RGB value is (217,153,206). Sum of RGB (Red+Green+Blue) = 217+153+206=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D999CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999CE is #266631. Grayscale: #B2B2B2. Windows color (decimal): -2516530 or 13539801. OLE color: 13539801.

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

Color convert

RGB217153206-
CMYK00.290.050.15
HSL310.31º45.71%72.55%-
HSV(B)310.31º29.49%85.1%-
XYZ51.1541.9963.8-
YUV178.18143.7155.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=37.67%
G=26.56%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715320600.290.050.15310.3145.7172.55
HexD999CE01D5F1362e49
Octal33123131603551746656111
Binary11011001100110011100111001110110111111001101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999CE; }

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

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

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

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

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

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

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

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