Html Css Color HEX #D6AADD Plum

📋 copy color: '#D6AADD'

red 214 ◦ green 170 ◦ blue 221

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

Shades of Plum #D6AADD

Tints of Plum #D6AADD

RGB

 RED value IS 214 (83.98% from 255) = 35.37%

 GREEN value IS 170 (66.8% from 255) = 28.1%

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

R = 35.37%
G = 28.1%
B = 36.53%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6AADD (or 0xD6AADD) is known color: Plum. HEX triplet: D6, AA and DD. RGB value is (214,170,221). Sum of RGB (Red+Green+Blue) = 214+170+221=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AADD is #295522. Grayscale: #BCBCBC. Windows color (decimal): -2708771 or 14527190. OLE color: 14527190.

HSL color Cylindrical-coordinate representation of color #D6AADD: hue angle of 291.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6AADD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 170 221 -
CMYK 0.03 0.23 0 0.13
HSL 291.76º 0.43% 0.77% -
HSV(B) 291.76º 0.23% 0.87% -
XYZ 55.16 48.27 74.82 -
YUV 188.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 214 170 221 0.03 0.23 0 0.13 291.76 0.43 0.77
Hex D6 AA DD 3 17 0 D 124 2B 4D
Octal 326 252 335 3 27 0 15 444 53 115
Binary 11010110 10101010 11011101 11 10111 0 1101 100100100 101011 1001101

Color Harmonies of #D6AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AADD

Black with #D6AADD

Text Example


Text Example

White with #D6AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AADD; }

 p { color: rgb(214,170,221); }

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

background-color css

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

 a { background-color: rgb(214,170,221); }

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

border-color css

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

 span { border-color: rgb(214,170,221); }

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