Html Css Color HEX #DAA5DD Plum

📋 copy color: '#DAA5DD'

red 218 ◦ green 165 ◦ blue 221

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

Shades of Plum #DAA5DD

Tints of Plum #DAA5DD

RGB

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

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

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

R = 36.09%
G = 27.32%
B = 36.59%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DAA5DD (or 0xDAA5DD) is known color: Plum. HEX triplet: DA, A5 and DD. RGB value is (218,165,221). Sum of RGB (Red+Green+Blue) = 218+165+221=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5DD is #255A22. Grayscale: #BBBBBB. Windows color (decimal): -2447907 or 14525914. OLE color: 14525914.

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

Color convert

RGB 218 165 221 -
CMYK 0.01 0.25 0 0.13
HSL 296.79º 0.45% 0.76% -
HSV(B) 296.79º 0.25% 0.87% -
XYZ 55.42 47.04 74.56 -
YUV 187.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 218 165 221 0.01 0.25 0 0.13 296.79 0.45 0.76
Hex DA A5 DD 1 19 0 D 129 2D 4C
Octal 332 245 335 1 31 0 15 451 55 114
Binary 11011010 10100101 11011101 1 11001 0 1101 100101001 101101 1001100

Color Harmonies of #DAA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5DD

Black with #DAA5DD

Text Example


Text Example

White with #DAA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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