#D49BB6

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

Shades of Shocking #D49BB6

Tints of Shocking #D49BB6

Color information

#D49BB6 (or 0xD49BB6) is unknown color: approx Shocking. HEX triplet: D4, 9B and B6. RGB value is (212,155,182). Sum of RGB (Red+Green+Blue) = 212+155+182=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB6 is #2B6449. Grayscale: #AFAFAF. Windows color (decimal): -2843722 or 11967444. OLE color: 11967444.

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

Color convert

RGB212155182-
CMYK00.270.140.17
HSL331.58º39.86%71.96%-
HSV(B)331.58º26.89%83.14%-
XYZ47.3240.8249.64-
YUV175.12131.88154.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=38.62%
G=28.23%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215518200.270.140.17331.5839.8671.96
HexD49BB601BE1114c2848
Octal324233266033162151450110
Binary1101010010011011101101100110111110100011010011001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BB6; }

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

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

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

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

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

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

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

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