Html Css Color HEX #D99ED1 Plum

📋 copy color: '#D99ED1'

red 217 ◦ green 158 ◦ blue 209

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

Shades of Plum #D99ED1

Tints of Plum #D99ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 37.16%
G = 27.05%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D99ED1 (or 0xD99ED1) is known color: Plum. HEX triplet: D9, 9E and D1. RGB value is (217,158,209). Sum of RGB (Red+Green+Blue) = 217+158+209=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED1 is #26612E. Grayscale: #B5B5B5. Windows color (decimal): -2515247 or 13737689. OLE color: 13737689.

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

Color convert

RGB 217 158 209 -
CMYK 0 0.27 0.04 0.15
HSL 308.14º 0.44% 0.74% -
HSV(B) 308.14º 0.27% 0.85% -
XYZ 52.35 43.81 66.02 -
YUV 181.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 217 158 209 0 0.27 0.04 0.15 308.14 0.44 0.74
Hex D9 9E D1 0 1B 4 F 134 2C 4A
Octal 331 236 321 0 33 4 17 464 54 112
Binary 11011001 10011110 11010001 0 11011 100 1111 100110100 101100 1001010

Color Harmonies of #D99ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ED1

Black with #D99ED1

Text Example


Text Example

White with #D99ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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