Html Css Color HEX #D9A2E0 Plum

📋 copy color: '#D9A2E0'

red 217 ◦ green 162 ◦ blue 224

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

Shades of Plum #D9A2E0

Tints of Plum #D9A2E0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.87%

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

R = 35.99%
G = 26.87%
B = 37.15%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9A2E0 (or 0xD9A2E0) is known color: Plum. HEX triplet: D9, A2 and E0. RGB value is (217,162,224). Sum of RGB (Red+Green+Blue) = 217+162+224=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9A2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2E0 is #265D1F. Grayscale: #B9B9B9. Windows color (decimal): -2514208 or 14721753. OLE color: 14721753.

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

Color convert

RGB 217 162 224 -
CMYK 0.03 0.28 0 0.12
HSL 293.23º 0.5% 0.76% -
HSV(B) 293.23º 0.28% 0.88% -
XYZ 54.99 45.97 76.5 -
YUV 185.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 217 162 224 0.03 0.28 0 0.12 293.23 0.5 0.76
Hex D9 A2 E0 3 1C 0 C 125 32 4C
Octal 331 242 340 3 34 0 14 445 62 114
Binary 11011001 10100010 11100000 11 11100 0 1100 100100101 110010 1001100

Color Harmonies of #D9A2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A2E0

Black with #D9A2E0

Text Example


Text Example

White with #D9A2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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