#D799B9

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

Shades of Shocking #D799B9

Tints of Shocking #D799B9

Color information

#D799B9 (or 0xD799B9) is unknown color: approx Shocking. HEX triplet: D7, 99 and B9. RGB value is (215,153,185). Sum of RGB (Red+Green+Blue) = 215+153+185=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D799B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799B9 is #286646. Grayscale: #AFAFAF. Windows color (decimal): -2647623 or 12163543. OLE color: 12163543.

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

Color convert

RGB215153185-
CMYK00.290.140.16
HSL329.03º43.66%72.16%-
HSV(B)329.03º28.84%84.31%-
XYZ48.1740.7351.22-
YUV175.19133.54156.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=38.88%
G=27.67%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515318500.290.140.16329.0343.6672.16
HexD799B901DE101492c48
Octal327231271035162051154110
Binary1101011110011001101110010111011110100001010010011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799B9; }

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

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

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

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

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

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

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

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