Html Css Color HEX #DAA3DD Plum

📋 copy color: '#DAA3DD'

red 218 ◦ green 163 ◦ blue 221

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

Shades of Plum #DAA3DD

Tints of Plum #DAA3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 36.21%
G = 27.08%
B = 36.71%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAA3DD (or 0xDAA3DD) is known color: Plum. HEX triplet: DA, A3 and DD. RGB value is (218,163,221). Sum of RGB (Red+Green+Blue) = 218+163+221=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3DD is #255C22. Grayscale: #B9B9B9. Windows color (decimal): -2448419 or 14525402. OLE color: 14525402.

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

Color convert

RGB 218 163 221 -
CMYK 0.01 0.26 0 0.13
HSL 296.9º 0.46% 0.75% -
HSV(B) 296.9º 0.26% 0.87% -
XYZ 55.06 46.32 74.45 -
YUV 186.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 218 163 221 0.01 0.26 0 0.13 296.9 0.46 0.75
Hex DA A3 DD 1 1A 0 D 129 2E 4B
Octal 332 243 335 1 32 0 15 451 56 113
Binary 11011010 10100011 11011101 1 11010 0 1101 100101001 101110 1001011

Color Harmonies of #DAA3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3DD

Black with #DAA3DD

Text Example


Text Example

White with #DAA3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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