Html Css Color HEX #DAA4DB Plum

📋 copy color: '#DAA4DB'

red 218 ◦ green 164 ◦ blue 219

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

Shades of Plum #DAA4DB

Tints of Plum #DAA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.29%

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

R = 36.27%
G = 27.29%
B = 36.44%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAA4DB (or 0xDAA4DB) is known color: Plum. HEX triplet: DA, A4 and DB. RGB value is (218,164,219). Sum of RGB (Red+Green+Blue) = 218+164+219=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4DB is #255B24. Grayscale: #BABABA. Windows color (decimal): -2448165 or 14394586. OLE color: 14394586.

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

Color convert

RGB 218 164 219 -
CMYK 0.00 0.25 0 0.14
HSL 298.91º 0.43% 0.75% -
HSV(B) 298.91º 0.25% 0.86% -
XYZ 54.98 46.57 73.11 -
YUV 186.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 218 164 219 0.00 0.25 0 0.14 298.91 0.43 0.75
Hex DA A4 DB 0 19 0 E 12B 2B 4B
Octal 332 244 333 0 31 0 16 453 53 113
Binary 11011010 10100100 11011011 0 11001 0 1110 100101011 101011 1001011

Color Harmonies of #DAA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4DB

Black with #DAA4DB

Text Example


Text Example

White with #DAA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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