#D76982

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

Shades of Deep Blush #D76982

Tints of Deep Blush #D76982

Color information

#D76982 (or 0xD76982) is unknown color: approx Deep Blush. HEX triplet: D7, 69 and 82. RGB value is (215,105,130). Sum of RGB (Red+Green+Blue) = 215+105+130=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D76982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76982 is #28967D. Grayscale: #8C8C8C. Windows color (decimal): -2659966 or 8546775. OLE color: 8546775.

HSL color Cylindrical-coordinate representation of color #D76982: hue angle of 346.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76982 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215105130-
CMYK00.510.400.16
HSL346.36º57.89%62.75%-
HSV(B)346.36º51.16%84.31%-
XYZ37.1126.1624.21-
YUV140.74121.94180.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.78%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=47.78%
G=23.33%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510513000.510.400.16346.3657.8962.75
HexD76982033281015a3a3f
Octal32715120206350205327277
Binary11010111110100110000010011001110100010000101011010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76982; }

 p { color: rgb(215,105,130); }

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

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

 a { background-color: rgb(215,105,130); }

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

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

 span { border-color: rgb(215,105,130); }

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