Html Css Color HEX #D99AE0 Plum

📋 copy color: '#D99AE0'

red 217 ◦ green 154 ◦ blue 224

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

Shades of Plum #D99AE0

Tints of Plum #D99AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 36.47%
G = 25.88%
B = 37.65%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D99AE0 (or 0xD99AE0) is known color: Plum. HEX triplet: D9, 9A and E0. RGB value is (217,154,224). Sum of RGB (Red+Green+Blue) = 217+154+224=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #D99AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99AE0 is #26651F. Grayscale: #B4B4B4. Windows color (decimal): -2516256 or 14719705. OLE color: 14719705.

HSL color Cylindrical-coordinate representation of color #D99AE0: hue angle of 294º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D99AE0 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 154 224 -
CMYK 0.03 0.31 0 0.12
HSL 294º 0.53% 0.74% -
HSV(B) 294º 0.31% 0.88% -
XYZ 53.63 43.24 76.04 -
YUV 180.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 217 154 224 0.03 0.31 0 0.12 294 0.53 0.74
Hex D9 9A E0 3 1F 0 C 126 35 4A
Octal 331 232 340 3 37 0 14 446 65 112
Binary 11011001 10011010 11100000 11 11111 0 1100 100100110 110101 1001010

Color Harmonies of #D99AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99AE0

Black with #D99AE0

Text Example


Text Example

White with #D99AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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