#D795C0

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

Shades of Shocking #D795C0

Tints of Shocking #D795C0

Color information

#D795C0 (or 0xD795C0) is unknown color: approx Shocking. HEX triplet: D7, 95 and C0. RGB value is (215,149,192). Sum of RGB (Red+Green+Blue) = 215+149+192=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D795C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795C0 is #286A3F. Grayscale: #ADADAD. Windows color (decimal): -2648640 or 12621271. OLE color: 12621271.

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

Color convert

RGB215149192-
CMYK00.310.110.16
HSL320.91º45.21%71.37%-
HSV(B)320.91º30.7%84.31%-
XYZ48.2939.7555-
YUV173.64138.37157.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=38.67%
G=26.80%
B=34.53%

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
Decimal21514919200.310.110.16320.9145.2171.37
HexD795C001FB101412d47
Octal327225300037132050155107
Binary1101011110010101110000000111111011100001010000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795C0; }

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

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

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

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

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

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

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

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