#D792C0

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

Shades of Shocking #D792C0

Tints of Shocking #D792C0

Color information

#D792C0 (or 0xD792C0) is unknown color: approx Shocking. HEX triplet: D7, 92 and C0. RGB value is (215,146,192). Sum of RGB (Red+Green+Blue) = 215+146+192=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D792C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792C0 is #286D3F. Grayscale: #ABABAB. Windows color (decimal): -2649408 or 12620503. OLE color: 12620503.

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

Color convert

RGB215146192-
CMYK00.320.110.16
HSL320º46.31%70.78%-
HSV(B)320º32.09%84.31%-
XYZ47.8238.8154.84-
YUV171.88139.36158.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=38.88%
G=26.40%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514619200.320.110.1632046.3170.78
HexD792C0020B101402e47
Octal327222300040132050056107
Binary11010111100100101100000001000001011100001010000001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792C0; }

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

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

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

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

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

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

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

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