Html Css Color HEX #DAA1DB Plum

📋 copy color: '#DAA1DB'

red 218 ◦ green 161 ◦ blue 219

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

Shades of Plum #DAA1DB

Tints of Plum #DAA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.92%

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

R = 36.45%
G = 26.92%
B = 36.62%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAA1DB (or 0xDAA1DB) is known color: Plum. HEX triplet: DA, A1 and DB. RGB value is (218,161,219). Sum of RGB (Red+Green+Blue) = 218+161+219=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DB is #255E24. Grayscale: #B8B8B8. Windows color (decimal): -2448933 or 14393818. OLE color: 14393818.

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

Color convert

RGB 218 161 219 -
CMYK 0.00 0.26 0 0.14
HSL 298.97º 0.45% 0.75% -
HSV(B) 298.97º 0.26% 0.86% -
XYZ 54.44 45.51 72.93 -
YUV 184.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 218 161 219 0.00 0.26 0 0.14 298.97 0.45 0.75
Hex DA A1 DB 0 1A 0 E 12B 2D 4B
Octal 332 241 333 0 32 0 16 453 55 113
Binary 11011010 10100001 11011011 0 11010 0 1110 100101011 101101 1001011

Color Harmonies of #DAA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1DB

Black with #DAA1DB

Text Example


Text Example

White with #DAA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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