Html Css Color HEX #DAA2D6 Plum

📋 copy color: '#DAA2D6'

red 218 ◦ green 162 ◦ blue 214

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

Shades of Plum #DAA2D6

Tints of Plum #DAA2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 36.7%
G = 27.27%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAA2D6 (or 0xDAA2D6) is known color: Plum. HEX triplet: DA, A2 and D6. RGB value is (218,162,214). Sum of RGB (Red+Green+Blue) = 218+162+214=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D6 is #255D29. Grayscale: #B8B8B8. Windows color (decimal): -2448682 or 14066394. OLE color: 14066394.

HSL color Cylindrical-coordinate representation of color #DAA2D6: hue angle of 304.29º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2D6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 214 -
CMYK 0 0.26 0.02 0.15
HSL 304.29º 0.43% 0.75% -
HSV(B) 304.29º 0.26% 0.85% -
XYZ 53.97 45.6 69.58 -
YUV 184.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 218 162 214 0 0.26 0.02 0.15 304.29 0.43 0.75
Hex DA A2 D6 0 1A 2 F 130 2B 4B
Octal 332 242 326 0 32 2 17 460 53 113
Binary 11011010 10100010 11010110 0 11010 10 1111 100110000 101011 1001011

Color Harmonies of #DAA2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2D6

Black with #DAA2D6

Text Example


Text Example

White with #DAA2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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