Html Css Color HEX #D99DD1 Plum

📋 copy color: '#D99DD1'

red 217 ◦ green 157 ◦ blue 209

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

Shades of Plum #D99DD1

Tints of Plum #D99DD1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

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

R = 37.22%
G = 26.93%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D99DD1 (or 0xD99DD1) is known color: Plum. HEX triplet: D9, 9D and D1. RGB value is (217,157,209). Sum of RGB (Red+Green+Blue) = 217+157+209=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD1 is #26622E. Grayscale: #B4B4B4. Windows color (decimal): -2515503 or 13737433. OLE color: 13737433.

HSL color Cylindrical-coordinate representation of color #D99DD1: hue angle of 308º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DD1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 209 -
CMYK 0 0.28 0.04 0.15
HSL 308º 0.44% 0.73% -
HSV(B) 308º 0.28% 0.85% -
XYZ 52.18 43.47 65.96 -
YUV 180.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 217 157 209 0 0.28 0.04 0.15 308 0.44 0.73
Hex D9 9D D1 0 1C 4 F 134 2C 49
Octal 331 235 321 0 34 4 17 464 54 111
Binary 11011001 10011101 11010001 0 11100 100 1111 100110100 101100 1001001

Color Harmonies of #D99DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DD1

Black with #D99DD1

Text Example


Text Example

White with #D99DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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