Html Css Color HEX #D99AD4 Plum

📋 copy color: '#D99AD4'

red 217 ◦ green 154 ◦ blue 212

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

Shades of Plum #D99AD4

Tints of Plum #D99AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.36%

R = 37.22%
G = 26.42%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D99AD4 (or 0xD99AD4) is known color: Plum. HEX triplet: D9, 9A and D4. RGB value is (217,154,212). Sum of RGB (Red+Green+Blue) = 217+154+212=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D99AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AD4 is #26652B. Grayscale: #B3B3B3. Windows color (decimal): -2516268 or 13933273. OLE color: 13933273.

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

Color convert

RGB 217 154 212 -
CMYK 0 0.29 0.02 0.15
HSL 304.76º 0.45% 0.73% -
HSV(B) 304.76º 0.29% 0.85% -
XYZ 52.05 42.62 67.77 -
YUV 179.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 217 154 212 0 0.29 0.02 0.15 304.76 0.45 0.73
Hex D9 9A D4 0 1D 2 F 131 2D 49
Octal 331 232 324 0 35 2 17 461 55 111
Binary 11011001 10011010 11010100 0 11101 10 1111 100110001 101101 1001001

Color Harmonies of #D99AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AD4

Black with #D99AD4

Text Example


Text Example

White with #D99AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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