Html Css Color HEX #DAA0E7 Plum

📋 copy color: '#DAA0E7'

red 218 ◦ green 160 ◦ blue 231

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

Shades of Plum #DAA0E7

Tints of Plum #DAA0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 35.8%
G = 26.27%
B = 37.93%

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

#DAA0E7 (or 0xDAA0E7) is known color: Plum. HEX triplet: DA, A0 and E7. RGB value is (218,160,231). Sum of RGB (Red+Green+Blue) = 218+160+231=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0E7 is #255F18. Grayscale: #B9B9B9. Windows color (decimal): -2449177 or 15179994. OLE color: 15179994.

HSL color Cylindrical-coordinate representation of color #DAA0E7: hue angle of 289.01º degrees, saturation: 0.6, 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 #DAA0E7 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 160 231 -
CMYK 0.06 0.31 0 0.09
HSL 289.01º 0.6% 0.77% -
HSV(B) 289.01º 0.31% 0.91% -
XYZ 55.91 45.82 81.5 -
YUV 185.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 218 160 231 0.06 0.31 0 0.09 289.01 0.6 0.77
Hex DA A0 E7 6 1F 0 9 121 3C 4D
Octal 332 240 347 6 37 0 11 441 74 115
Binary 11011010 10100000 11100111 110 11111 0 1001 100100001 111100 1001101

Color Harmonies of #DAA0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0E7

Black with #DAA0E7

Text Example


Text Example

White with #DAA0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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