Html Css Color HEX #D99AD3 Plum

📋 copy color: '#D99AD3'

red 217 ◦ green 154 ◦ blue 211

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

Shades of Plum #D99AD3

Tints of Plum #D99AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.25%

R = 37.29%
G = 26.46%
B = 36.25%

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

#D99AD3 (or 0xD99AD3) is known color: Plum. HEX triplet: D9, 9A and D3. RGB value is (217,154,211). Sum of RGB (Red+Green+Blue) = 217+154+211=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD3 is #26652C. Grayscale: #B3B3B3. Windows color (decimal): -2516269 or 13867737. OLE color: 13867737.

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

Color convert

RGB 217 154 211 -
CMYK 0 0.29 0.03 0.15
HSL 305.71º 0.45% 0.73% -
HSV(B) 305.71º 0.29% 0.85% -
XYZ 51.93 42.57 67.11 -
YUV 179.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 217 154 211 0 0.29 0.03 0.15 305.71 0.45 0.73
Hex D9 9A D3 0 1D 3 F 132 2D 49
Octal 331 232 323 0 35 3 17 462 55 111
Binary 11011001 10011010 11010011 0 11101 11 1111 100110010 101101 1001001

Color Harmonies of #D99AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AD3

Black with #D99AD3

Text Example


Text Example

White with #D99AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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