#D795B6

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

Shades of Shocking #D795B6

Tints of Shocking #D795B6

Color information

#D795B6 (or 0xD795B6) is unknown color: approx Shocking. HEX triplet: D7, 95 and B6. RGB value is (215,149,182). Sum of RGB (Red+Green+Blue) = 215+149+182=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D795B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795B6 is #286A49. Grayscale: #ACACAC. Windows color (decimal): -2648650 or 11965911. OLE color: 11965911.

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

Color convert

RGB215149182-
CMYK00.310.150.16
HSL330º45.21%71.37%-
HSV(B)330º30.7%84.31%-
XYZ47.2239.3249.36-
YUV172.5133.37158.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=39.38%
G=27.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514918200.310.150.1633045.2171.37
HexD795B601FF1014a2d47
Octal327225266037172051255107
Binary1101011110010101101101100111111111100001010010101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795B6; }

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

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

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

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

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

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

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

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