#D76984

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

Shades of Deep Blush #D76984

Tints of Deep Blush #D76984

Color information

#D76984 (or 0xD76984) is unknown color: approx Deep Blush. HEX triplet: D7, 69 and 84. RGB value is (215,105,132). Sum of RGB (Red+Green+Blue) = 215+105+132=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76984 is #28967B. Grayscale: #8C8C8C. Windows color (decimal): -2659964 or 8677847. OLE color: 8677847.

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

Color convert

RGB215105132-
CMYK00.510.390.16
HSL345.27º57.89%62.75%-
HSV(B)345.27º51.16%84.31%-
XYZ37.2426.2224.93-
YUV140.97122.94180.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=47.57%
G=23.23%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510513200.510.390.16345.2757.8962.75
HexD7698403327101593a3f
Octal32715120406347205317277
Binary11010111110100110000100011001110011110000101011001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76984; }

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

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

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

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

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

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

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

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