Html Css Color HEX #D7AADC Plum

📋 copy color: '#D7AADC'

red 215 ◦ green 170 ◦ blue 220

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

Shades of Plum #D7AADC

Tints of Plum #D7AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 35.54%
G = 28.1%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7AADC (or 0xD7AADC) is known color: Plum. HEX triplet: D7, AA and DC. RGB value is (215,170,220). Sum of RGB (Red+Green+Blue) = 215+170+220=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AADC is #285523. Grayscale: #BDBDBD. Windows color (decimal): -2643236 or 14461655. OLE color: 14461655.

HSL color Cylindrical-coordinate representation of color #D7AADC: hue angle of 294º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7AADC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 170 220 -
CMYK 0.02 0.23 0 0.14
HSL 294º 0.42% 0.76% -
HSV(B) 294º 0.23% 0.86% -
XYZ 55.32 48.36 74.13 -
YUV 189.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 215 170 220 0.02 0.23 0 0.14 294 0.42 0.76
Hex D7 AA DC 2 17 0 E 126 2A 4C
Octal 327 252 334 2 27 0 16 446 52 114
Binary 11010111 10101010 11011100 10 10111 0 1110 100100110 101010 1001100

Color Harmonies of #D7AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AADC

Black with #D7AADC

Text Example


Text Example

White with #D7AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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