Html Css Color HEX #DAA5D8 Plum

📋 copy color: '#DAA5D8'

red 218 ◦ green 165 ◦ blue 216

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

Shades of Plum #DAA5D8

Tints of Plum #DAA5D8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.55%

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

R = 36.39%
G = 27.55%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DAA5D8 (or 0xDAA5D8) is known color: Plum. HEX triplet: DA, A5 and D8. RGB value is (218,165,216). Sum of RGB (Red+Green+Blue) = 218+165+216=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5D8 is #255A27. Grayscale: #BABABA. Windows color (decimal): -2447912 or 14198234. OLE color: 14198234.

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

Color convert

RGB 218 165 216 -
CMYK 0 0.24 0.01 0.15
HSL 302.26º 0.42% 0.75% -
HSV(B) 302.26º 0.24% 0.85% -
XYZ 54.76 46.77 71.11 -
YUV 186.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 218 165 216 0 0.24 0.01 0.15 302.26 0.42 0.75
Hex DA A5 D8 0 18 1 F 12E 2A 4B
Octal 332 245 330 0 30 1 17 456 52 113
Binary 11011010 10100101 11011000 0 11000 1 1111 100101110 101010 1001011

Color Harmonies of #DAA5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5D8

Black with #DAA5D8

Text Example


Text Example

White with #DAA5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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