Html Css Color HEX #D5A7D9 Plum

📋 copy color: '#D5A7D9'

red 213 ◦ green 167 ◦ blue 217

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

Shades of Plum #D5A7D9

Tints of Plum #D5A7D9

RGB

 RED value IS 213 (83.59% from 255) = 35.68%

 GREEN value IS 167 (65.63% from 255) = 27.97%

 BLUE value IS 217 (85.16% from 255) = 36.35%

R = 35.68%
G = 27.97%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5A7D9 (or 0xD5A7D9) is known color: Plum. HEX triplet: D5, A7 and D9. RGB value is (213,167,217). Sum of RGB (Red+Green+Blue) = 213+167+217=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5A7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A7D9 is #2A5826. Grayscale: #BABABA. Windows color (decimal): -2775079 or 14264277. OLE color: 14264277.

HSL color Cylindrical-coordinate representation of color #D5A7D9: hue angle of 295.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5A7D9 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 167 217 -
CMYK 0.02 0.23 0 0.15
HSL 295.2º 0.4% 0.75% -
HSV(B) 295.2º 0.23% 0.85% -
XYZ 53.78 46.79 71.84 -
YUV 186.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 213 167 217 0.02 0.23 0 0.15 295.2 0.4 0.75
Hex D5 A7 D9 2 17 0 F 127 28 4B
Octal 325 247 331 2 27 0 17 447 50 113
Binary 11010101 10100111 11011001 10 10111 0 1111 100100111 101000 1001011

Color Harmonies of #D5A7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A7D9

Black with #D5A7D9

Text Example


Text Example

White with #D5A7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A7D9; }

 p { color: rgb(213,167,217); }

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

background-color css

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

 a { background-color: rgb(213,167,217); }

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

border-color css

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

 span { border-color: rgb(213,167,217); }

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