#D799C5

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

Shades of Shocking #D799C5

Tints of Shocking #D799C5

Color information

#D799C5 (or 0xD799C5) is unknown color: approx Shocking. HEX triplet: D7, 99 and C5. RGB value is (215,153,197). Sum of RGB (Red+Green+Blue) = 215+153+197=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D799C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799C5 is #28663A. Grayscale: #B0B0B0. Windows color (decimal): -2647611 or 12949975. OLE color: 12949975.

HSL color Cylindrical-coordinate representation of color #D799C5: hue angle of 317.42º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799C5 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215153197-
CMYK00.290.080.16
HSL317.42º43.66%72.16%-
HSV(B)317.42º28.84%84.31%-
XYZ49.4941.2658.18-
YUV176.55139.54155.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=38.05%
G=27.08%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515319700.290.080.16317.4243.6672.16
HexD799C501D81013d2c48
Octal327231305035102047554110
Binary1101011110011001110001010111011000100001001111011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799C5; }

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

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

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

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

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

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

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

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