Html Css Color HEX #D99AD2 Plum

📋 copy color: '#D99AD2'

red 217 ◦ green 154 ◦ blue 210

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

Shades of Plum #D99AD2

Tints of Plum #D99AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 37.35%
G = 26.51%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D99AD2 (or 0xD99AD2) is known color: Plum. HEX triplet: D9, 9A and D2. RGB value is (217,154,210). Sum of RGB (Red+Green+Blue) = 217+154+210=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD2 is #26652D. Grayscale: #B3B3B3. Windows color (decimal): -2516270 or 13802201. OLE color: 13802201.

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

Color convert

RGB 217 154 210 -
CMYK 0 0.29 0.03 0.15
HSL 306.67º 0.45% 0.73% -
HSV(B) 306.67º 0.29% 0.85% -
XYZ 51.8 42.52 66.45 -
YUV 179.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 217 154 210 0 0.29 0.03 0.15 306.67 0.45 0.73
Hex D9 9A D2 0 1D 3 F 133 2D 49
Octal 331 232 322 0 35 3 17 463 55 111
Binary 11011001 10011010 11010010 0 11101 11 1111 100110011 101101 1001001

Color Harmonies of #D99AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AD2

Black with #D99AD2

Text Example


Text Example

White with #D99AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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