Html Css Color HEX #D4A7D9 Plum

📋 copy color: '#D4A7D9'

red 212 ◦ green 167 ◦ blue 217

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

Shades of Plum #D4A7D9

Tints of Plum #D4A7D9

RGB

 RED value IS 212 (83.2% from 255) = 35.57%

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

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

R = 35.57%
G = 28.02%
B = 36.41%

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

#D4A7D9 (or 0xD4A7D9) is known color: Plum. HEX triplet: D4, A7 and D9. RGB value is (212,167,217). Sum of RGB (Red+Green+Blue) = 212+167+217=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4A7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7D9 is #2B5826. Grayscale: #BABABA. Windows color (decimal): -2840615 or 14264276. OLE color: 14264276.

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

Color convert

RGB 212 167 217 -
CMYK 0.02 0.23 0 0.15
HSL 294º 0.4% 0.75% -
HSV(B) 294º 0.23% 0.85% -
XYZ 53.49 46.64 71.83 -
YUV 186.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 212 167 217 0.02 0.23 0 0.15 294 0.4 0.75
Hex D4 A7 D9 2 17 0 F 126 28 4B
Octal 324 247 331 2 27 0 17 446 50 113
Binary 11010100 10100111 11011001 10 10111 0 1111 100100110 101000 1001011

Color Harmonies of #D4A7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7D9

Black with #D4A7D9

Text Example


Text Example

White with #D4A7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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