Html Css Color HEX #DAA4DC Plum

📋 copy color: '#DAA4DC'

red 218 ◦ green 164 ◦ blue 220

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

Shades of Plum #DAA4DC

Tints of Plum #DAA4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 36.21%
G = 27.24%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAA4DC (or 0xDAA4DC) is known color: Plum. HEX triplet: DA, A4 and DC. RGB value is (218,164,220). Sum of RGB (Red+Green+Blue) = 218+164+220=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4DC is #255B23. Grayscale: #BABABA. Windows color (decimal): -2448164 or 14460122. OLE color: 14460122.

HSL color Cylindrical-coordinate representation of color #DAA4DC: hue angle of 297.86º degrees, saturation: 0.44, 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 #DAA4DC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 164 220 -
CMYK 0.01 0.25 0 0.14
HSL 297.86º 0.44% 0.75% -
HSV(B) 297.86º 0.25% 0.86% -
XYZ 55.11 46.62 73.8 -
YUV 186.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 218 164 220 0.01 0.25 0 0.14 297.86 0.44 0.75
Hex DA A4 DC 1 19 0 E 12A 2C 4B
Octal 332 244 334 1 31 0 16 452 54 113
Binary 11011010 10100100 11011100 1 11001 0 1110 100101010 101100 1001011

Color Harmonies of #DAA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4DC

Black with #DAA4DC

Text Example


Text Example

White with #DAA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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