Html Css Color HEX #DAA2DF Plum

📋 copy color: '#DAA2DF'

red 218 ◦ green 162 ◦ blue 223

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

Shades of Plum #DAA2DF

Tints of Plum #DAA2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 36.15%
G = 26.87%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAA2DF (or 0xDAA2DF) is known color: Plum. HEX triplet: DA, A2 and DF. RGB value is (218,162,223). Sum of RGB (Red+Green+Blue) = 218+162+223=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2DF is #255D20. Grayscale: #B9B9B9. Windows color (decimal): -2448673 or 14656218. OLE color: 14656218.

HSL color Cylindrical-coordinate representation of color #DAA2DF: hue angle of 295.08º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA2DF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 162 223 -
CMYK 0.02 0.27 0 0.13
HSL 295.08º 0.49% 0.75% -
HSV(B) 295.08º 0.27% 0.87% -
XYZ 55.15 46.07 75.8 -
YUV 185.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 218 162 223 0.02 0.27 0 0.13 295.08 0.49 0.75
Hex DA A2 DF 2 1B 0 D 127 31 4B
Octal 332 242 337 2 33 0 15 447 61 113
Binary 11011010 10100010 11011111 10 11011 0 1101 100100111 110001 1001011

Color Harmonies of #DAA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2DF

Black with #DAA2DF

Text Example


Text Example

White with #DAA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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