Html Css Color HEX #DAA9D5 Plum

📋 copy color: '#DAA9D5'

red 218 ◦ green 169 ◦ blue 213

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

Shades of Plum #DAA9D5

Tints of Plum #DAA9D5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.17%

 BLUE value IS 213 (83.59% from 255) = 35.5%

R = 36.33%
G = 28.17%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAA9D5 (or 0xDAA9D5) is known color: Plum. HEX triplet: DA, A9 and D5. RGB value is (218,169,213). Sum of RGB (Red+Green+Blue) = 218+169+213=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9D5 is #25562A. Grayscale: #BCBCBC. Windows color (decimal): -2446891 or 14002650. OLE color: 14002650.

HSL color Cylindrical-coordinate representation of color #DAA9D5: hue angle of 306.12º degrees, saturation: 0.4, 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 #DAA9D5 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 213 -
CMYK 0 0.22 0.02 0.15
HSL 306.12º 0.4% 0.76% -
HSV(B) 306.12º 0.22% 0.85% -
XYZ 55.11 48.09 69.33 -
YUV 188.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 218 169 213 0 0.22 0.02 0.15 306.12 0.4 0.76
Hex DA A9 D5 0 16 2 F 132 28 4C
Octal 332 251 325 0 26 2 17 462 50 114
Binary 11011010 10101001 11010101 0 10110 10 1111 100110010 101000 1001100

Color Harmonies of #DAA9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA9D5

Black with #DAA9D5

Text Example


Text Example

White with #DAA9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA9D5; }

 p { color: rgb(218,169,213); }

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

background-color css

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

 a { background-color: rgb(218,169,213); }

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

border-color css

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

 span { border-color: rgb(218,169,213); }

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