Html Css Color HEX #DAA0D7 Plum

📋 copy color: '#DAA0D7'

red 218 ◦ green 160 ◦ blue 215

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

Shades of Plum #DAA0D7

Tints of Plum #DAA0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 36.76%
G = 26.98%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAA0D7 (or 0xDAA0D7) is known color: Plum. HEX triplet: DA, A0 and D7. RGB value is (218,160,215). Sum of RGB (Red+Green+Blue) = 218+160+215=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0D7 is #255F28. Grayscale: #B7B7B7. Windows color (decimal): -2449193 or 14131418. OLE color: 14131418.

HSL color Cylindrical-coordinate representation of color #DAA0D7: hue angle of 303.1º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0D7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 215 -
CMYK 0 0.27 0.01 0.15
HSL 303.1º 0.44% 0.74% -
HSV(B) 303.1º 0.27% 0.85% -
XYZ 53.75 44.95 70.13 -
YUV 183.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 218 160 215 0 0.27 0.01 0.15 303.1 0.44 0.74
Hex DA A0 D7 0 1B 1 F 12F 2C 4A
Octal 332 240 327 0 33 1 17 457 54 112
Binary 11011010 10100000 11010111 0 11011 1 1111 100101111 101100 1001010

Color Harmonies of #DAA0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0D7

Black with #DAA0D7

Text Example


Text Example

White with #DAA0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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