#D79CB9

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

Shades of Shocking #D79CB9

Tints of Shocking #D79CB9

Color information

#D79CB9 (or 0xD79CB9) is unknown color: approx Shocking. HEX triplet: D7, 9C and B9. RGB value is (215,156,185). Sum of RGB (Red+Green+Blue) = 215+156+185=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CB9 is #286346. Grayscale: #B0B0B0. Windows color (decimal): -2646855 or 12164311. OLE color: 12164311.

HSL color Cylindrical-coordinate representation of color #D79CB9: hue angle of 330.51º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CB9 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215156185-
CMYK00.270.140.16
HSL330.51º42.45%72.75%-
HSV(B)330.51º27.44%84.31%-
XYZ48.6741.7351.39-
YUV176.95132.55155.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=38.67%
G=28.06%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515618500.270.140.16330.5142.4572.75
HexD79CB901BE1014b2a49
Octal327234271033162051352111
Binary1101011110011100101110010110111110100001010010111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CB9; }

 p { color: rgb(215,156,185); }

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

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

 a { background-color: rgb(215,156,185); }

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

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

 span { border-color: rgb(215,156,185); }

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