Html Css Color HEX #D99DD0 Plum

📋 copy color: '#D99DD0'

red 217 ◦ green 157 ◦ blue 208

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

Shades of Plum #D99DD0

Tints of Plum #D99DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 37.29%
G = 26.98%
B = 35.74%

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

#D99DD0 (or 0xD99DD0) is known color: Plum. HEX triplet: D9, 9D and D0. RGB value is (217,157,208). Sum of RGB (Red+Green+Blue) = 217+157+208=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD0 is #26622F. Grayscale: #B4B4B4. Windows color (decimal): -2515504 or 13671897. OLE color: 13671897.

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

Color convert

RGB 217 157 208 -
CMYK 0 0.28 0.04 0.15
HSL 309º 0.44% 0.73% -
HSV(B) 309º 0.28% 0.85% -
XYZ 52.06 43.42 65.31 -
YUV 180.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 217 157 208 0 0.28 0.04 0.15 309 0.44 0.73
Hex D9 9D D0 0 1C 4 F 135 2C 49
Octal 331 235 320 0 34 4 17 465 54 111
Binary 11011001 10011101 11010000 0 11100 100 1111 100110101 101100 1001001

Color Harmonies of #D99DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DD0

Black with #D99DD0

Text Example


Text Example

White with #D99DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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