#D99CE4

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

Shades of Plum #D99CE4

Tints of Plum #D99CE4

Color information

#D99CE4 (or 0xD99CE4) is unknown color: approx Plum. HEX triplet: D9, 9C and E4. RGB value is (217,156,228). Sum of RGB (Red+Green+Blue) = 217+156+228=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #D99CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CE4 is #26631B. Grayscale: #B6B6B6. Windows color (decimal): -2515740 or 14982361. OLE color: 14982361.

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

Color convert

RGB217156228-
CMYK0.050.3200.11
HSL290.83º57.14%75.29%-
HSV(B)290.83º31.58%89.41%-
XYZ54.5144.1379.04-
YUV182.45153.71152.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=36.11%
G=25.96%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171562280.050.3200.11290.8357.1475.29
HexD99CE45200B123394b
Octal33123434454001344371113
Binary110110011001110011100100101100000010111001000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CE4; }

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

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

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

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

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

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

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

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