#D76684

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

Shades of Deep Blush #D76684

Tints of Deep Blush #D76684

Color information

#D76684 (or 0xD76684) is unknown color: approx Deep Blush. HEX triplet: D7, 66 and 84. RGB value is (215,102,132). Sum of RGB (Red+Green+Blue) = 215+102+132=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D76684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76684 is #28997B. Grayscale: #8B8B8B. Windows color (decimal): -2660732 or 8677079. OLE color: 8677079.

HSL color Cylindrical-coordinate representation of color #D76684: hue angle of 344.07º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76684 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215102132-
CMYK00.530.390.16
HSL344.07º58.55%62.16%-
HSV(B)344.07º52.56%84.31%-
XYZ36.9425.6224.83-
YUV139.21123.94182.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=47.88%
G=22.72%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510213200.530.390.16344.0758.5562.16
HexD7668403527101583b3e
Octal32714620406547205307376
Binary11010111110011010000100011010110011110000101011000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76684; }

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

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

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

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

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

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

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

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