Html Css Color HEX #D7A9DD Plum

📋 copy color: '#D7A9DD'

red 215 ◦ green 169 ◦ blue 221

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

Shades of Plum #D7A9DD

Tints of Plum #D7A9DD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.93%

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

R = 35.54%
G = 27.93%
B = 36.53%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7A9DD (or 0xD7A9DD) is known color: Plum. HEX triplet: D7, A9 and DD. RGB value is (215,169,221). Sum of RGB (Red+Green+Blue) = 215+169+221=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 169 (66.41% from 255 or 27.93% 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 #D7A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9DD is #285622. Grayscale: #BCBCBC. Windows color (decimal): -2643491 or 14526935. OLE color: 14526935.

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

Color convert

RGB 215 169 221 -
CMYK 0.03 0.24 0 0.13
HSL 293.08º 0.43% 0.76% -
HSV(B) 293.08º 0.24% 0.87% -
XYZ 55.26 48.04 74.77 -
YUV 188.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 215 169 221 0.03 0.24 0 0.13 293.08 0.43 0.76
Hex D7 A9 DD 3 18 0 D 125 2B 4C
Octal 327 251 335 3 30 0 15 445 53 114
Binary 11010111 10101001 11011101 11 11000 0 1101 100100101 101011 1001100

Color Harmonies of #D7A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A9DD

Black with #D7A9DD

Text Example


Text Example

White with #D7A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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