#D99EDB

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

Shades of Plum #D99EDB

Tints of Plum #D99EDB

Color information

#D99EDB (or 0xD99EDB) is unknown color: approx Plum. HEX triplet: D9, 9E and DB. RGB value is (217,158,219). Sum of RGB (Red+Green+Blue) = 217+158+219=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EDB is #266124. Grayscale: #B6B6B6. Windows color (decimal): -2515237 or 14393049. OLE color: 14393049.

HSL color Cylindrical-coordinate representation of color #D99EDB: hue angle of 298.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99EDB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217158219-
CMYK0.010.2800.14
HSL298.03º45.86%73.92%-
HSV(B)298.03º27.85%85.88%-
XYZ53.6344.3272.75-
YUV182.6148.55152.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=36.53%
G=26.60%
B=36.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171582190.010.2800.14298.0345.8673.92
HexD99EDB11C0E12a2e4a
Octal33123633313401645256112
Binary110110011001111011011011111100011101001010101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EDB; }

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

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

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

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

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

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

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

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