#D99FD4

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

Shades of Plum #D99FD4

Tints of Plum #D99FD4

Color information

#D99FD4 (or 0xD99FD4) is unknown color: approx Plum. HEX triplet: D9, 9F and D4. RGB value is (217,159,212). Sum of RGB (Red+Green+Blue) = 217+159+212=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FD4 is #26602B. Grayscale: #B6B6B6. Windows color (decimal): -2514988 or 13934553. OLE color: 13934553.

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

Color convert

RGB217159212-
CMYK00.270.020.15
HSL305.17º43.28%73.73%-
HSV(B)305.17º26.73%85.1%-
XYZ52.944.368.05-
YUV182.38144.72152.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=36.90%
G=27.04%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715921200.270.020.15305.1743.2873.73
HexD99FD401B2F1312b4a
Octal33123732403321746153112
Binary1101100110011111110101000110111011111001100011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FD4; }

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

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

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

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

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

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

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

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