Html Css Color HEX #DAA0DC Plum

📋 copy color: '#DAA0DC'

red 218 ◦ green 160 ◦ blue 220

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

Shades of Plum #DAA0DC

Tints of Plum #DAA0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 36.45%
G = 26.76%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAA0DC (or 0xDAA0DC) is known color: Plum. HEX triplet: DA, A0 and DC. RGB value is (218,160,220). Sum of RGB (Red+Green+Blue) = 218+160+220=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0DC is #255F23. Grayscale: #B7B7B7. Windows color (decimal): -2449188 or 14459098. OLE color: 14459098.

HSL color Cylindrical-coordinate representation of color #DAA0DC: hue angle of 298º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0DC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 160 220 -
CMYK 0.01 0.27 0 0.14
HSL 298º 0.46% 0.75% -
HSV(B) 298º 0.27% 0.86% -
XYZ 54.4 45.21 73.57 -
YUV 184.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 218 160 220 0.01 0.27 0 0.14 298 0.46 0.75
Hex DA A0 DC 1 1B 0 E 12A 2E 4B
Octal 332 240 334 1 33 0 16 452 56 113
Binary 11011010 10100000 11011100 1 11011 0 1110 100101010 101110 1001011

Color Harmonies of #DAA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0DC

Black with #DAA0DC

Text Example


Text Example

White with #DAA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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