Html Css Color HEX #DAA2DC Plum

📋 copy color: '#DAA2DC'

red 218 ◦ green 162 ◦ blue 220

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

Shades of Plum #DAA2DC

Tints of Plum #DAA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27%

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

R = 36.33%
G = 27%
B = 36.67%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DAA2DC (or 0xDAA2DC) is known color: Plum. HEX triplet: DA, A2 and DC. RGB value is (218,162,220). Sum of RGB (Red+Green+Blue) = 218+162+220=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2DC is #255D23. Grayscale: #B9B9B9. Windows color (decimal): -2448676 or 14459610. OLE color: 14459610.

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

Color convert

RGB 218 162 220 -
CMYK 0.01 0.26 0 0.14
HSL 297.93º 0.45% 0.75% -
HSV(B) 297.93º 0.26% 0.86% -
XYZ 54.75 45.91 73.69 -
YUV 185.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 218 162 220 0.01 0.26 0 0.14 297.93 0.45 0.75
Hex DA A2 DC 1 1A 0 E 12A 2D 4B
Octal 332 242 334 1 32 0 16 452 55 113
Binary 11011010 10100010 11011100 1 11010 0 1110 100101010 101101 1001011

Color Harmonies of #DAA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2DC

Black with #DAA2DC

Text Example


Text Example

White with #DAA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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