Html Css Color HEX #DAA6DB Plum

📋 copy color: '#DAA6DB'

red 218 ◦ green 166 ◦ blue 219

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

Shades of Plum #DAA6DB

Tints of Plum #DAA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.53%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 36.15%
G = 27.53%
B = 36.32%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAA6DB (or 0xDAA6DB) is known color: Plum. HEX triplet: DA, A6 and DB. RGB value is (218,166,219). Sum of RGB (Red+Green+Blue) = 218+166+219=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6DB is #255924. Grayscale: #BBBBBB. Windows color (decimal): -2447653 or 14395098. OLE color: 14395098.

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

Color convert

RGB 218 166 219 -
CMYK 0.00 0.24 0 0.14
HSL 298.87º 0.42% 0.75% -
HSV(B) 298.87º 0.24% 0.86% -
XYZ 55.34 47.29 73.23 -
YUV 187.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 218 166 219 0.00 0.24 0 0.14 298.87 0.42 0.75
Hex DA A6 DB 0 18 0 E 12B 2A 4B
Octal 332 246 333 0 30 0 16 453 52 113
Binary 11011010 10100110 11011011 0 11000 0 1110 100101011 101010 1001011

Color Harmonies of #DAA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA6DB

Black with #DAA6DB

Text Example


Text Example

White with #DAA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA6DB; }

 p { color: rgb(218,166,219); }

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

background-color css

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

 a { background-color: rgb(218,166,219); }

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

border-color css

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

 span { border-color: rgb(218,166,219); }

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