Html Css Color HEX #D99ED5 Plum

📋 copy color: '#D99ED5'

red 217 ◦ green 158 ◦ blue 213

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

Shades of Plum #D99ED5

Tints of Plum #D99ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 36.9%
G = 26.87%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D99ED5 (or 0xD99ED5) is known color: Plum. HEX triplet: D9, 9E and D5. RGB value is (217,158,213). Sum of RGB (Red+Green+Blue) = 217+158+213=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED5 is #26612A. Grayscale: #B5B5B5. Windows color (decimal): -2515243 or 13999833. OLE color: 13999833.

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

Color convert

RGB 217 158 213 -
CMYK 0 0.27 0.02 0.15
HSL 304.07º 0.44% 0.74% -
HSV(B) 304.07º 0.27% 0.85% -
XYZ 52.85 44.01 68.66 -
YUV 181.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 217 158 213 0 0.27 0.02 0.15 304.07 0.44 0.74
Hex D9 9E D5 0 1B 2 F 130 2C 4A
Octal 331 236 325 0 33 2 17 460 54 112
Binary 11011001 10011110 11010101 0 11011 10 1111 100110000 101100 1001010

Color Harmonies of #D99ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ED5

Black with #D99ED5

Text Example


Text Example

White with #D99ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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