Html Css Color HEX #DAA4DD Plum

📋 copy color: '#DAA4DD'

red 218 ◦ green 164 ◦ blue 221

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

Shades of Plum #DAA4DD

Tints of Plum #DAA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.2%

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

R = 36.15%
G = 27.2%
B = 36.65%

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

#DAA4DD (or 0xDAA4DD) is known color: Plum. HEX triplet: DA, A4 and DD. RGB value is (218,164,221). Sum of RGB (Red+Green+Blue) = 218+164+221=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4DD is #255B22. Grayscale: #BABABA. Windows color (decimal): -2448163 or 14525658. OLE color: 14525658.

HSL color Cylindrical-coordinate representation of color #DAA4DD: hue angle of 296.84º 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 #DAA4DD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 164 221 -
CMYK 0.01 0.26 0 0.13
HSL 296.84º 0.46% 0.75% -
HSV(B) 296.84º 0.26% 0.87% -
XYZ 55.24 46.68 74.5 -
YUV 186.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 218 164 221 0.01 0.26 0 0.13 296.84 0.46 0.75
Hex DA A4 DD 1 1A 0 D 129 2E 4B
Octal 332 244 335 1 32 0 15 451 56 113
Binary 11011010 10100100 11011101 1 11010 0 1101 100101001 101110 1001011

Color Harmonies of #DAA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4DD

Black with #DAA4DD

Text Example


Text Example

White with #DAA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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