Html Css Color HEX #D7AADD Plum

📋 copy color: '#D7AADD'

red 215 ◦ green 170 ◦ blue 221

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

Shades of Plum #D7AADD

Tints of Plum #D7AADD

RGB

 RED value IS 215 (84.38% from 255) = 35.48%

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

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

R = 35.48%
G = 28.05%
B = 36.47%

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

#D7AADD (or 0xD7AADD) is known color: Plum. HEX triplet: D7, AA and DD. RGB value is (215,170,221). Sum of RGB (Red+Green+Blue) = 215+170+221=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AADD is #285522. Grayscale: #BDBDBD. Windows color (decimal): -2643235 or 14527191. OLE color: 14527191.

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

Color convert

RGB 215 170 221 -
CMYK 0.03 0.23 0 0.13
HSL 292.94º 0.43% 0.77% -
HSV(B) 292.94º 0.23% 0.87% -
XYZ 55.45 48.42 74.83 -
YUV 189.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 215 170 221 0.03 0.23 0 0.13 292.94 0.43 0.77
Hex D7 AA DD 3 17 0 D 125 2B 4D
Octal 327 252 335 3 27 0 15 445 53 115
Binary 11010111 10101010 11011101 11 10111 0 1101 100100101 101011 1001101

Color Harmonies of #D7AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AADD

Black with #D7AADD

Text Example


Text Example

White with #D7AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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