#D795BC

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

Shades of Shocking #D795BC

Tints of Shocking #D795BC

Color information

#D795BC (or 0xD795BC) is unknown color: approx Shocking. HEX triplet: D7, 95 and BC. RGB value is (215,149,188). Sum of RGB (Red+Green+Blue) = 215+149+188=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D795BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795BC is #286A43. Grayscale: #ADADAD. Windows color (decimal): -2648644 or 12359127. OLE color: 12359127.

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

Color convert

RGB215149188-
CMYK00.310.130.16
HSL324.55º45.21%71.37%-
HSV(B)324.55º30.7%84.31%-
XYZ47.8539.5752.69-
YUV173.18136.37157.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=38.95%
G=26.99%
B=34.06%

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
Decimal21514918800.310.130.16324.5545.2171.37
HexD795BC01FD101452d47
Octal327225274037152050555107
Binary1101011110010101101111000111111101100001010001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795BC; }

 p { color: rgb(215,149,188); }

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

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

 a { background-color: rgb(215,149,188); }

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

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

 span { border-color: rgb(215,149,188); }

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