Html Css Color HEX #DAAAD8 Plum

📋 copy color: '#DAAAD8'

red 218 ◦ green 170 ◦ blue 216

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

Shades of Plum #DAAAD8

Tints of Plum #DAAAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.15%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 36.09%
G = 28.15%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAAAD8 (or 0xDAAAD8) is known color: Plum. HEX triplet: DA, AA and D8. RGB value is (218,170,216). Sum of RGB (Red+Green+Blue) = 218+170+216=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD8 is #255527. Grayscale: #BDBDBD. Windows color (decimal): -2446632 or 14199514. OLE color: 14199514.

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

Color convert

RGB 218 170 216 -
CMYK 0 0.22 0.01 0.15
HSL 302.5º 0.39% 0.76% -
HSV(B) 302.5º 0.22% 0.85% -
XYZ 55.68 48.61 71.41 -
YUV 189.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 218 170 216 0 0.22 0.01 0.15 302.5 0.39 0.76
Hex DA AA D8 0 16 1 F 12E 27 4C
Octal 332 252 330 0 26 1 17 456 47 114
Binary 11011010 10101010 11011000 0 10110 1 1111 100101110 100111 1001100

Color Harmonies of #DAAAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAD8

Black with #DAAAD8

Text Example


Text Example

White with #DAAAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAD8; }

 p { color: rgb(218,170,216); }

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

background-color css

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

 a { background-color: rgb(218,170,216); }

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

border-color css

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

 span { border-color: rgb(218,170,216); }

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