Html Css Color HEX #DAA1E0 Plum

📋 copy color: '#DAA1E0'

red 218 ◦ green 161 ◦ blue 224

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

Shades of Plum #DAA1E0

Tints of Plum #DAA1E0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.7%

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

R = 36.15%
G = 26.7%
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

#DAA1E0 (or 0xDAA1E0) is known color: Plum. HEX triplet: DA, A1 and E0. RGB value is (218,161,224). Sum of RGB (Red+Green+Blue) = 218+161+224=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 161 (63.28% from 255 or 26.70% 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 #DAA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1E0 is #255E1F. Grayscale: #B9B9B9. Windows color (decimal): -2448928 or 14721498. OLE color: 14721498.

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

Color convert

RGB 218 161 224 -
CMYK 0.03 0.28 0 0.12
HSL 294.29º 0.5% 0.75% -
HSV(B) 294.29º 0.28% 0.88% -
XYZ 55.11 45.78 76.45 -
YUV 185.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 218 161 224 0.03 0.28 0 0.12 294.29 0.5 0.75
Hex DA A1 E0 3 1C 0 C 126 32 4B
Octal 332 241 340 3 34 0 14 446 62 113
Binary 11011010 10100001 11100000 11 11100 0 1100 100100110 110010 1001011

Color Harmonies of #DAA1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1E0

Black with #DAA1E0

Text Example


Text Example

White with #DAA1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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