#D49FB6

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

Shades of Shocking #D49FB6

Tints of Shocking #D49FB6

Color information

#D49FB6 (or 0xD49FB6) is unknown color: approx Shocking. HEX triplet: D4, 9F and B6. RGB value is (212,159,182). Sum of RGB (Red+Green+Blue) = 212+159+182=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FB6 is #2B6049. Grayscale: #B1B1B1. Windows color (decimal): -2842698 or 11968468. OLE color: 11968468.

HSL color Cylindrical-coordinate representation of color #D49FB6: hue angle of 333.96º 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 #D49FB6 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212159182-
CMYK00.250.140.17
HSL333.96º38.13%72.75%-
HSV(B)333.96º25%83.14%-
XYZ47.9942.1749.87-
YUV177.47130.56152.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 182 (71.48% from 255) = 32.91%
R=38.34%
G=28.75%
B=32.91%

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
Decimal21215918200.250.140.17333.9638.1372.75
HexD49FB6019E1114e2649
Octal324237266031162151646111
Binary1101010010011111101101100110011110100011010011101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FB6; }

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

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

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

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

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

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

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

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