Html Css Color HEX #DAA7D8 Plum

📋 copy color: '#DAA7D8'

red 218 ◦ green 167 ◦ blue 216

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

Shades of Plum #DAA7D8

Tints of Plum #DAA7D8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.79%

 BLUE value IS 216 (84.77% from 255) = 35.94%

R = 36.27%
G = 27.79%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAA7D8 (or 0xDAA7D8) is known color: Plum. HEX triplet: DA, A7 and D8. RGB value is (218,167,216). Sum of RGB (Red+Green+Blue) = 218+167+216=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7D8 is #255827. Grayscale: #BBBBBB. Windows color (decimal): -2447400 or 14198746. OLE color: 14198746.

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

Color convert

RGB 218 167 216 -
CMYK 0 0.23 0.01 0.15
HSL 302.35º 0.41% 0.75% -
HSV(B) 302.35º 0.23% 0.85% -
XYZ 55.13 47.5 71.23 -
YUV 187.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 218 167 216 0 0.23 0.01 0.15 302.35 0.41 0.75
Hex DA A7 D8 0 17 1 F 12E 29 4B
Octal 332 247 330 0 27 1 17 456 51 113
Binary 11011010 10100111 11011000 0 10111 1 1111 100101110 101001 1001011

Color Harmonies of #DAA7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7D8

Black with #DAA7D8

Text Example


Text Example

White with #DAA7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7D8; }

 p { color: rgb(218,167,216); }

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

background-color css

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

 a { background-color: rgb(218,167,216); }

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

border-color css

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

 span { border-color: rgb(218,167,216); }

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