Html Css Color HEX #DAA8D9 Plum

📋 copy color: '#DAA8D9'

red 218 ◦ green 168 ◦ blue 217

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

Shades of Plum #DAA8D9

Tints of Plum #DAA8D9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.86%

 BLUE value IS 217 (85.16% from 255) = 35.99%

R = 36.15%
G = 27.86%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAA8D9 (or 0xDAA8D9) is known color: Plum. HEX triplet: DA, A8 and D9. RGB value is (218,168,217). Sum of RGB (Red+Green+Blue) = 218+168+217=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8D9 is #255726. Grayscale: #BCBCBC. Windows color (decimal): -2447143 or 14264538. OLE color: 14264538.

HSL color Cylindrical-coordinate representation of color #DAA8D9: hue angle of 301.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8D9 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 168 217 -
CMYK 0 0.23 0.00 0.15
HSL 301.2º 0.4% 0.76% -
HSV(B) 301.2º 0.23% 0.85% -
XYZ 55.44 47.92 71.97 -
YUV 188.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 218 168 217 0 0.23 0.00 0.15 301.2 0.4 0.76
Hex DA A8 D9 0 17 0 F 12D 28 4C
Octal 332 250 331 0 27 0 17 455 50 114
Binary 11011010 10101000 11011001 0 10111 0 1111 100101101 101000 1001100

Color Harmonies of #DAA8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8D9

Black with #DAA8D9

Text Example


Text Example

White with #DAA8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8D9; }

 p { color: rgb(218,168,217); }

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

background-color css

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

 a { background-color: rgb(218,168,217); }

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

border-color css

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

 span { border-color: rgb(218,168,217); }

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