#D79DBE

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

Shades of Shocking #D79DBE

Tints of Shocking #D79DBE

Color information

#D79DBE (or 0xD79DBE) is unknown color: approx Shocking. HEX triplet: D7, 9D and BE. RGB value is (215,157,190). Sum of RGB (Red+Green+Blue) = 215+157+190=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DBE is #286241. Grayscale: #B2B2B2. Windows color (decimal): -2646594 or 12492247. OLE color: 12492247.

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

Color convert

RGB215157190-
CMYK00.270.120.16
HSL325.86º42.03%72.94%-
HSV(B)325.86º26.98%84.31%-
XYZ49.3842.2854.27-
YUV178.1134.72154.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=38.26%
G=27.94%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515719000.270.120.16325.8642.0372.94
HexD79DBE01BC101462a49
Octal327235276033142050652111
Binary1101011110011101101111100110111100100001010001101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DBE; }

 p { color: rgb(215,157,190); }

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

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

 a { background-color: rgb(215,157,190); }

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

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

 span { border-color: rgb(215,157,190); }

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