Html Css Color HEX #D99AD1 Plum

📋 copy color: '#D99AD1'

red 217 ◦ green 154 ◦ blue 209

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

Shades of Plum #D99AD1

Tints of Plum #D99AD1

RGB

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

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

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

R = 37.41%
G = 26.55%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D99AD1 (or 0xD99AD1) is known color: Plum. HEX triplet: D9, 9A and D1. RGB value is (217,154,209). Sum of RGB (Red+Green+Blue) = 217+154+209=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD1 is #26652E. Grayscale: #B2B2B2. Windows color (decimal): -2516271 or 13736665. OLE color: 13736665.

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

Color convert

RGB 217 154 209 -
CMYK 0 0.29 0.04 0.15
HSL 307.62º 0.45% 0.73% -
HSV(B) 307.62º 0.29% 0.85% -
XYZ 51.68 42.47 65.79 -
YUV 179.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 217 154 209 0 0.29 0.04 0.15 307.62 0.45 0.73
Hex D9 9A D1 0 1D 4 F 134 2D 49
Octal 331 232 321 0 35 4 17 464 55 111
Binary 11011001 10011010 11010001 0 11101 100 1111 100110100 101101 1001001

Color Harmonies of #D99AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AD1

Black with #D99AD1

Text Example


Text Example

White with #D99AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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