#D99DCF

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

Shades of Plum #D99DCF

Tints of Plum #D99DCF

Color information

#D99DCF (or 0xD99DCF) is unknown color: approx Plum. HEX triplet: D9, 9D and CF. RGB value is (217,157,207). Sum of RGB (Red+Green+Blue) = 217+157+207=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DCF is #266230. Grayscale: #B4B4B4. Windows color (decimal): -2515505 or 13606361. OLE color: 13606361.

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

Color convert

RGB217157207-
CMYK00.280.050.15
HSL310º44.12%73.33%-
HSV(B)310º27.65%85.1%-
XYZ51.9343.3764.67-
YUV180.64142.88153.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=37.35%
G=27.02%
B=35.63%

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
Decimal21715720700.280.050.1531044.1273.33
HexD99DCF01C5F1362c49
Octal33123531703451746654111
Binary11011001100111011100111101110010111111001101101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DCF; }

 p { color: rgb(217,157,207); }

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

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

 a { background-color: rgb(217,157,207); }

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

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

 span { border-color: rgb(217,157,207); }

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