#D99DE4

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

Shades of Plum #D99DE4

Tints of Plum #D99DE4

Color information

#D99DE4 (or 0xD99DE4) is unknown color: approx Plum. HEX triplet: D9, 9D and E4. RGB value is (217,157,228). Sum of RGB (Red+Green+Blue) = 217+157+228=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #D99DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DE4 is #26621B. Grayscale: #B6B6B6. Windows color (decimal): -2515484 or 14982617. OLE color: 14982617.

HSL color Cylindrical-coordinate representation of color #D99DE4: hue angle of 290.7º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99DE4 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217157228-
CMYK0.050.3100.11
HSL290.7º56.8%75.49%-
HSV(B)290.7º31.14%89.41%-
XYZ54.6844.4779.1-
YUV183.03153.38152.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=36.05%
G=26.08%
B=37.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171572280.050.3100.11290.756.875.49
HexD99DE451F0B123394b
Octal33123534453701344371113
Binary11011001100111011110010010111111010111001000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DE4; }

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

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

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

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

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

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

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

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