#D79BC0

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

Shades of Shocking #D79BC0

Tints of Shocking #D79BC0

Color information

#D79BC0 (or 0xD79BC0) is unknown color: approx Shocking. HEX triplet: D7, 9B and C0. RGB value is (215,155,192). Sum of RGB (Red+Green+Blue) = 215+155+192=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BC0 is #28643F. Grayscale: #B1B1B1. Windows color (decimal): -2647104 or 12622807. OLE color: 12622807.

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

Color convert

RGB215155192-
CMYK00.280.110.16
HSL323º42.86%72.55%-
HSV(B)323º27.91%84.31%-
XYZ49.2641.755.32-
YUV177.16136.38154.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=38.26%
G=27.58%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515519200.280.110.1632342.8672.55
HexD79BC001CB101432b49
Octal327233300034132050353111
Binary1101011110011011110000000111001011100001010000111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BC0; }

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

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

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

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

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

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

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

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