Html Css Color HEX #DAA0E8 Plum

📋 copy color: '#DAA0E8'

red 218 ◦ green 160 ◦ blue 232

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

Shades of Plum #DAA0E8

Tints of Plum #DAA0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.03%

R = 35.74%
G = 26.23%
B = 38.03%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAA0E8 (or 0xDAA0E8) is known color: Plum. HEX triplet: DA, A0 and E8. RGB value is (218,160,232). Sum of RGB (Red+Green+Blue) = 218+160+232=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAA0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0E8 is #255F17. Grayscale: #B9B9B9. Windows color (decimal): -2449176 or 15245530. OLE color: 15245530.

HSL color Cylindrical-coordinate representation of color #DAA0E8: hue angle of 288.33º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA0E8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 160 232 -
CMYK 0.06 0.31 0 0.09
HSL 288.33º 0.61% 0.77% -
HSV(B) 288.33º 0.31% 0.91% -
XYZ 56.05 45.87 82.24 -
YUV 185.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 218 160 232 0.06 0.31 0 0.09 288.33 0.61 0.77
Hex DA A0 E8 6 1F 0 9 120 3D 4D
Octal 332 240 350 6 37 0 11 440 75 115
Binary 11011010 10100000 11101000 110 11111 0 1001 100100000 111101 1001101

Color Harmonies of #DAA0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0E8

Black with #DAA0E8

Text Example


Text Example

White with #DAA0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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