#D794C0

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

Shades of Shocking #D794C0

Tints of Shocking #D794C0

Color information

#D794C0 (or 0xD794C0) is unknown color: approx Shocking. HEX triplet: D7, 94 and C0. RGB value is (215,148,192). Sum of RGB (Red+Green+Blue) = 215+148+192=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D794C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794C0 is #286B3F. Grayscale: #ACACAC. Windows color (decimal): -2648896 or 12621015. OLE color: 12621015.

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

Color convert

RGB215148192-
CMYK00.310.110.16
HSL320.6º45.58%71.18%-
HSV(B)320.6º31.16%84.31%-
XYZ48.1339.4354.94-
YUV173.05138.7157.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=38.74%
G=26.67%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514819200.310.110.16320.645.5871.18
HexD794C001FB101412e47
Octal327224300037132050156107
Binary1101011110010100110000000111111011100001010000011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794C0; }

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

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

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

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

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

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

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

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