Html Css Color HEX #D99ADD Plum

📋 copy color: '#D99ADD'

red 217 ◦ green 154 ◦ blue 221

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

Shades of Plum #D99ADD

Tints of Plum #D99ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 36.66%
G = 26.01%
B = 37.33%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D99ADD (or 0xD99ADD) is known color: Plum. HEX triplet: D9, 9A and DD. RGB value is (217,154,221). Sum of RGB (Red+Green+Blue) = 217+154+221=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #D99ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ADD is #266522. Grayscale: #B4B4B4. Windows color (decimal): -2516259 or 14523097. OLE color: 14523097.

HSL color Cylindrical-coordinate representation of color #D99ADD: hue angle of 296.42º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99ADD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 154 221 -
CMYK 0.02 0.30 0 0.13
HSL 296.42º 0.5% 0.74% -
HSV(B) 296.42º 0.3% 0.87% -
XYZ 53.22 43.08 73.92 -
YUV 180.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 217 154 221 0.02 0.30 0 0.13 296.42 0.5 0.74
Hex D9 9A DD 2 1E 0 D 128 32 4A
Octal 331 232 335 2 36 0 15 450 62 112
Binary 11011001 10011010 11011101 10 11110 0 1101 100101000 110010 1001010

Color Harmonies of #D99ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ADD

Black with #D99ADD

Text Example


Text Example

White with #D99ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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