Html Css Color HEX #D99AD9 Plum

📋 copy color: '#D99AD9'

red 217 ◦ green 154 ◦ blue 217

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

Shades of Plum #D99AD9

Tints of Plum #D99AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.19%

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

R = 36.9%
G = 26.19%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D99AD9 (or 0xD99AD9) is known color: Plum. HEX triplet: D9, 9A and D9. RGB value is (217,154,217). Sum of RGB (Red+Green+Blue) = 217+154+217=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D99AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD9 is #266526. Grayscale: #B3B3B3. Windows color (decimal): -2516263 or 14260953. OLE color: 14260953.

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

Color convert

RGB 217 154 217 -
CMYK 0 0.29 0 0.15
HSL 300º 0.45% 0.73% -
HSV(B) 300º 0.29% 0.85% -
XYZ 52.7 42.87 71.14 -
YUV 180.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 217 154 217 0 0.29 0 0.15 300 0.45 0.73
Hex D9 9A D9 0 1D 0 F 12C 2D 49
Octal 331 232 331 0 35 0 17 454 55 111
Binary 11011001 10011010 11011001 0 11101 0 1111 100101100 101101 1001001

Color Harmonies of #D99AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AD9

Black with #D99AD9

Text Example


Text Example

White with #D99AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AD9; }

 p { color: rgb(217,154,217); }

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

background-color css

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

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

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

border-color css

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

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

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