Html Css Color HEX #D99ED3 Plum

📋 copy color: '#D99ED3'

red 217 ◦ green 158 ◦ blue 211

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

Shades of Plum #D99ED3

Tints of Plum #D99ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.01%

R = 37.03%
G = 26.96%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D99ED3 (or 0xD99ED3) is known color: Plum. HEX triplet: D9, 9E and D3. RGB value is (217,158,211). Sum of RGB (Red+Green+Blue) = 217+158+211=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED3 is #26612C. Grayscale: #B5B5B5. Windows color (decimal): -2515245 or 13868761. OLE color: 13868761.

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

Color convert

RGB 217 158 211 -
CMYK 0 0.27 0.03 0.15
HSL 306.1º 0.44% 0.74% -
HSV(B) 306.1º 0.27% 0.85% -
XYZ 52.6 43.91 67.33 -
YUV 181.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 217 158 211 0 0.27 0.03 0.15 306.1 0.44 0.74
Hex D9 9E D3 0 1B 3 F 132 2C 4A
Octal 331 236 323 0 33 3 17 462 54 112
Binary 11011001 10011110 11010011 0 11011 11 1111 100110010 101100 1001010

Color Harmonies of #D99ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ED3

Black with #D99ED3

Text Example


Text Example

White with #D99ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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