#D795C5

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

Shades of Shocking #D795C5

Tints of Shocking #D795C5

Color information

#D795C5 (or 0xD795C5) is unknown color: approx Shocking. HEX triplet: D7, 95 and C5. RGB value is (215,149,197). Sum of RGB (Red+Green+Blue) = 215+149+197=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D795C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795C5 is #286A3A. Grayscale: #AEAEAE. Windows color (decimal): -2648635 or 12948951. OLE color: 12948951.

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

Color convert

RGB215149197-
CMYK00.310.080.16
HSL316.36º45.21%71.37%-
HSV(B)316.36º30.7%84.31%-
XYZ48.8539.9757.96-
YUV174.21140.87157.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=38.32%
G=26.56%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514919700.310.080.16316.3645.2171.37
HexD795C501F81013c2d47
Octal327225305037102047455107
Binary1101011110010101110001010111111000100001001111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795C5; }

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

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

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

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

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

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

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

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