Html Css Color HEX #DAA1E5 Plum

📋 copy color: '#DAA1E5'

red 218 ◦ green 161 ◦ blue 229

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

Shades of Plum #DAA1E5

Tints of Plum #DAA1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 35.86%
G = 26.48%
B = 37.66%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAA1E5 (or 0xDAA1E5) is known color: Plum. HEX triplet: DA, A1 and E5. RGB value is (218,161,229). Sum of RGB (Red+Green+Blue) = 218+161+229=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1E5 is #255E1A. Grayscale: #B9B9B9. Windows color (decimal): -2448923 or 15049178. OLE color: 15049178.

HSL color Cylindrical-coordinate representation of color #DAA1E5: hue angle of 290.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA1E5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 161 229 -
CMYK 0.05 0.30 0 0.10
HSL 290.29º 0.57% 0.76% -
HSV(B) 290.29º 0.3% 0.9% -
XYZ 55.8 46.05 80.08 -
YUV 185.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 218 161 229 0.05 0.30 0 0.10 290.29 0.57 0.76
Hex DA A1 E5 5 1E 0 A 122 39 4C
Octal 332 241 345 5 36 0 12 442 71 114
Binary 11011010 10100001 11100101 101 11110 0 1010 100100010 111001 1001100

Color Harmonies of #DAA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1E5

Black with #DAA1E5

Text Example


Text Example

White with #DAA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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