#D794BA

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

Shades of Shocking #D794BA

Tints of Shocking #D794BA

Color information

#D794BA (or 0xD794BA) is unknown color: approx Shocking. HEX triplet: D7, 94 and BA. RGB value is (215,148,186). Sum of RGB (Red+Green+Blue) = 215+148+186=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D794BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794BA is #286B45. Grayscale: #ACACAC. Windows color (decimal): -2648902 or 12227799. OLE color: 12227799.

HSL color Cylindrical-coordinate representation of color #D794BA: hue angle of 325.97º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794BA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215148186-
CMYK00.310.130.16
HSL325.97º45.58%71.18%-
HSV(B)325.97º31.16%84.31%-
XYZ47.4839.1751.51-
YUV172.36135.7158.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=39.16%
G=26.96%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514818600.310.130.16325.9745.5871.18
HexD794BA01FD101462e47
Octal327224272037152050656107
Binary1101011110010100101110100111111101100001010001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794BA; }

 p { color: rgb(215,148,186); }

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

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

 a { background-color: rgb(215,148,186); }

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

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

 span { border-color: rgb(215,148,186); }

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