#D49FB7

Color #D49FB7 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #D49FB7

Tints of Shocking #D49FB7

Color information

#D49FB7 (or 0xD49FB7) is unknown color: approx Shocking. HEX triplet: D4, 9F and B7. RGB value is (212,159,183). Sum of RGB (Red+Green+Blue) = 212+159+183=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FB7 is #2B6048. Grayscale: #B1B1B1. Windows color (decimal): -2842697 or 12034004. OLE color: 12034004.

HSL color Cylindrical-coordinate representation of color #D49FB7: hue angle of 332.83º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FB7 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212159183-
CMYK00.250.140.17
HSL332.83º38.13%72.75%-
HSV(B)332.83º25%83.14%-
XYZ48.142.2150.41-
YUV177.58131.06152.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 183 (71.88% from 255) = 33.03%
R=38.27%
G=28.70%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215918300.250.140.17332.8338.1372.75
HexD49FB7019E1114d2649
Octal324237267031162151546111
Binary1101010010011111101101110110011110100011010011011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FB7; }

 p { color: rgb(212,159,183); }

 H1.HeaderClassName
 {
   color: #D49FB7;
 }
 .AnyTagClassName
 {
   color: #D49FB7;
 }
</style>
background-color css

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

 a { background-color: rgb(212,159,183); }

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

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

 span { border-color: rgb(212,159,183); }

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