#D799BE

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

Shades of Shocking #D799BE

Tints of Shocking #D799BE

Color information

#D799BE (or 0xD799BE) is unknown color: approx Shocking. HEX triplet: D7, 99 and BE. RGB value is (215,153,190). Sum of RGB (Red+Green+Blue) = 215+153+190=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D799BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799BE is #286641. Grayscale: #AFAFAF. Windows color (decimal): -2647618 or 12491223. OLE color: 12491223.

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

Color convert

RGB215153190-
CMYK00.290.120.16
HSL324.19º43.66%72.16%-
HSV(B)324.19º28.84%84.31%-
XYZ48.7140.9554.05-
YUV175.76136.04155.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=38.53%
G=27.42%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515319000.290.120.16324.1943.6672.16
HexD799BE01DC101442c48
Octal327231276035142050454110
Binary1101011110011001101111100111011100100001010001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D799BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D799BE; }

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

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

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

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

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

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

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

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