Html Css Color HEX #D99EE5 Plum

📋 copy color: '#D99EE5'

red 217 ◦ green 158 ◦ blue 229

#D99EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D99EE5

Tints of Plum #D99EE5

RGB

 RED value IS 217 (85.16% from 255) = 35.93%

 GREEN value IS 158 (62.11% from 255) = 26.16%

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 35.93%
G = 26.16%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D99EE5 (or 0xD99EE5) is known color: Plum. HEX triplet: D9, 9E and E5. RGB value is (217,158,229). Sum of RGB (Red+Green+Blue) = 217+158+229=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #D99EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EE5 is #26611A. Grayscale: #B7B7B7. Windows color (decimal): -2515227 or 15048409. OLE color: 15048409.

HSL color Cylindrical-coordinate representation of color #D99EE5: hue angle of 289.86º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99EE5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 158 229 -
CMYK 0.05 0.31 0 0.10
HSL 289.86º 0.58% 0.76% -
HSV(B) 289.86º 0.31% 0.9% -
XYZ 54.98 44.86 79.89 -
YUV 183.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 217 158 229 0.05 0.31 0 0.10 289.86 0.58 0.76
Hex D9 9E E5 5 1F 0 A 122 3A 4C
Octal 331 236 345 5 37 0 12 442 72 114
Binary 11011001 10011110 11100101 101 11111 0 1010 100100010 111010 1001100

Color Harmonies of #D99EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EE5

Black with #D99EE5

Text Example


Text Example

White with #D99EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EE5; }

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

 H1.HeaderClassName
 {
   color: #D99EE5;
 }
 .AnyTagClassName
 {
   color: #D99EE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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