Html Css Color HEX #DAA0E0 Plum

📋 copy color: '#DAA0E0'

red 218 ◦ green 160 ◦ blue 224

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

Shades of Plum #DAA0E0

Tints of Plum #DAA0E0

RGB

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

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

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

R = 36.21%
G = 26.58%
B = 37.21%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DAA0E0 (or 0xDAA0E0) is known color: Plum. HEX triplet: DA, A0 and E0. RGB value is (218,160,224). Sum of RGB (Red+Green+Blue) = 218+160+224=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0E0 is #255F1F. Grayscale: #B8B8B8. Windows color (decimal): -2449184 or 14721242. OLE color: 14721242.

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

Color convert

RGB 218 160 224 -
CMYK 0.03 0.29 0 0.12
HSL 294.38º 0.51% 0.75% -
HSV(B) 294.38º 0.29% 0.88% -
XYZ 54.94 45.43 76.39 -
YUV 184.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 218 160 224 0.03 0.29 0 0.12 294.38 0.51 0.75
Hex DA A0 E0 3 1D 0 C 126 33 4B
Octal 332 240 340 3 35 0 14 446 63 113
Binary 11011010 10100000 11100000 11 11101 0 1100 100100110 110011 1001011

Color Harmonies of #DAA0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0E0

Black with #DAA0E0

Text Example


Text Example

White with #DAA0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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