#D99ECD

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

Shades of Plum #D99ECD

Tints of Plum #D99ECD

Color information

#D99ECD (or 0xD99ECD) is unknown color: approx Plum. HEX triplet: D9, 9E and CD. RGB value is (217,158,205). Sum of RGB (Red+Green+Blue) = 217+158+205=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ECD is #266132. Grayscale: #B4B4B4. Windows color (decimal): -2515251 or 13475545. OLE color: 13475545.

HSL color Cylindrical-coordinate representation of color #D99ECD: hue angle of 312.2º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99ECD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217158205-
CMYK00.270.060.15
HSL312.2º43.7%73.53%-
HSV(B)312.2º27.19%85.1%-
XYZ51.8643.6163.44-
YUV181141.55153.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 158 (62.11% from 255) = 27.24%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=37.41%
G=27.24%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715820500.270.060.15312.243.773.53
HexD99ECD01B6F1382c4a
Octal33123631503361747054112
Binary11011001100111101100110101101111011111001110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ECD; }

 p { color: rgb(217,158,205); }

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

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

 a { background-color: rgb(217,158,205); }

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

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

 span { border-color: rgb(217,158,205); }

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