Html Css Color HEX #DAA3D9 Plum

📋 copy color: '#DAA3D9'

red 218 ◦ green 163 ◦ blue 217

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

Shades of Plum #DAA3D9

Tints of Plum #DAA3D9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.26%

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 36.45%
G = 27.26%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#DAA3D9 (or 0xDAA3D9) is known color: Plum. HEX triplet: DA, A3 and D9. RGB value is (218,163,217). Sum of RGB (Red+Green+Blue) = 218+163+217=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3D9 is #255C26. Grayscale: #B9B9B9. Windows color (decimal): -2448423 or 14263258. OLE color: 14263258.

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

Color convert

RGB 218 163 217 -
CMYK 0 0.25 0.00 0.15
HSL 301.09º 0.43% 0.75% -
HSV(B) 301.09º 0.25% 0.85% -
XYZ 54.54 46.11 71.67 -
YUV 185.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 218 163 217 0 0.25 0.00 0.15 301.09 0.43 0.75
Hex DA A3 D9 0 19 0 F 12D 2B 4B
Octal 332 243 331 0 31 0 17 455 53 113
Binary 11011010 10100011 11011001 0 11001 0 1111 100101101 101011 1001011

Color Harmonies of #DAA3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3D9

Black with #DAA3D9

Text Example


Text Example

White with #DAA3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3D9; }

 p { color: rgb(218,163,217); }

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

background-color css

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

 a { background-color: rgb(218,163,217); }

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

border-color css

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

 span { border-color: rgb(218,163,217); }

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