#D793C1

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

Shades of Shocking #D793C1

Tints of Shocking #D793C1

Color information

#D793C1 (or 0xD793C1) is unknown color: approx Shocking. HEX triplet: D7, 93 and C1. RGB value is (215,147,193). Sum of RGB (Red+Green+Blue) = 215+147+193=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D793C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793C1 is #286C3E. Grayscale: #ACACAC. Windows color (decimal): -2649151 or 12686295. OLE color: 12686295.

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

Color convert

RGB215147193-
CMYK00.320.100.16
HSL319.41º45.95%70.98%-
HSV(B)319.41º31.63%84.31%-
XYZ48.0839.1655.48-
YUV172.58139.53158.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=38.74%
G=26.49%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514719300.320.100.16319.4145.9570.98
HexD793C1020A1013f2e47
Octal327223301040122047756107
Binary11010111100100111100000101000001010100001001111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793C1; }

 p { color: rgb(215,147,193); }

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

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

 a { background-color: rgb(215,147,193); }

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

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

 span { border-color: rgb(215,147,193); }

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