#D99FCD

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

Shades of Plum #D99FCD

Tints of Plum #D99FCD

Color information

#D99FCD (or 0xD99FCD) is unknown color: approx Plum. HEX triplet: D9, 9F and CD. RGB value is (217,159,205). Sum of RGB (Red+Green+Blue) = 217+159+205=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FCD is #266032. Grayscale: #B5B5B5. Windows color (decimal): -2514995 or 13475801. OLE color: 13475801.

HSL color Cylindrical-coordinate representation of color #D99FCD: hue angle of 312.41º degrees, saturation: 0.43, 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 #D99FCD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217159205-
CMYK00.270.060.15
HSL312.41º43.28%73.73%-
HSV(B)312.41º26.73%85.1%-
XYZ52.0343.9663.5-
YUV181.59141.22153.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=37.35%
G=27.37%
B=35.28%

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
Decimal21715920500.270.060.15312.4143.2873.73
HexD99FCD01B6F1382b4a
Octal33123731503361747053112
Binary11011001100111111100110101101111011111001110001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FCD; }

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

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

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

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

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

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

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

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