Html Css Color HEX #DAA2E0 Plum

📋 copy color: '#DAA2E0'

red 218 ◦ green 162 ◦ blue 224

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

Shades of Plum #DAA2E0

Tints of Plum #DAA2E0

RGB

 RED value IS 218 (85.55% from 255) = 36.09%

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

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

R = 36.09%
G = 26.82%
B = 37.09%

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

#DAA2E0 (or 0xDAA2E0) is known color: Plum. HEX triplet: DA, A2 and E0. RGB value is (218,162,224). Sum of RGB (Red+Green+Blue) = 218+162+224=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2E0 is #255D1F. Grayscale: #B9B9B9. Windows color (decimal): -2448672 or 14721754. OLE color: 14721754.

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

Color convert

RGB 218 162 224 -
CMYK 0.03 0.28 0 0.12
HSL 294.19º 0.5% 0.76% -
HSV(B) 294.19º 0.28% 0.88% -
XYZ 55.29 46.13 76.51 -
YUV 185.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 218 162 224 0.03 0.28 0 0.12 294.19 0.5 0.76
Hex DA A2 E0 3 1C 0 C 126 32 4C
Octal 332 242 340 3 34 0 14 446 62 114
Binary 11011010 10100010 11100000 11 11100 0 1100 100100110 110010 1001100

Color Harmonies of #DAA2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2E0

Black with #DAA2E0

Text Example


Text Example

White with #DAA2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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