#d79cc0

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

Shades of Shocking #D79CC0

Tints of Shocking #D79CC0

Color information

#D79CC0 (or 0xD79CC0) is unknown color: approx Shocking. HEX triplet: D7, 9C and C0. RGB value is (215,156,192). Sum of RGB (Red+Green+Blue) = 215+156+192=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CC0 is #28633F. Grayscale: #B1B1B1. Windows color (decimal): -2646848 or 12623063. OLE color: 12623063.

HSL color Cylindrical-coordinate representation of color #D79CC0: hue angle of 323.39º 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 #D79CC0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215156192-
CMYK00.270.110.16
HSL323.39º42.45%72.75%-
HSV(B)323.39º27.44%84.31%-
XYZ49.4342.0355.38-
YUV177.74136.05154.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=38.19%
G=27.71%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515619200.270.110.16323.3942.4572.75
HexD79CC001BB101432a49
Octal327234300033132050352111
Binary1101011110011100110000000110111011100001010000111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d79cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d79cc0; }

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

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

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

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

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

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

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

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