Html Css Color HEX #DAA0E5 Plum

📋 copy color: '#DAA0E5'

red 218 ◦ green 160 ◦ blue 229

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

Shades of Plum #DAA0E5

Tints of Plum #DAA0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.36%

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

R = 35.91%
G = 26.36%
B = 37.73%

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

#DAA0E5 (or 0xDAA0E5) is known color: Plum. HEX triplet: DA, A0 and E5. RGB value is (218,160,229). Sum of RGB (Red+Green+Blue) = 218+160+229=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0E5 is #255F1A. Grayscale: #B8B8B8. Windows color (decimal): -2449179 or 15048922. OLE color: 15048922.

HSL color Cylindrical-coordinate representation of color #DAA0E5: hue angle of 290.43º 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 #DAA0E5 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 160 229 -
CMYK 0.05 0.30 0 0.10
HSL 290.43º 0.57% 0.76% -
HSV(B) 290.43º 0.3% 0.9% -
XYZ 55.63 45.7 80.02 -
YUV 185.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 218 160 229 0.05 0.30 0 0.10 290.43 0.57 0.76
Hex DA A0 E5 5 1E 0 A 122 39 4C
Octal 332 240 345 5 36 0 12 442 71 114
Binary 11011010 10100000 11100101 101 11110 0 1010 100100010 111001 1001100

Color Harmonies of #DAA0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0E5

Black with #DAA0E5

Text Example


Text Example

White with #DAA0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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