#D76880

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

Shades of Deep Blush #D76880

Tints of Deep Blush #D76880

Color information

#D76880 (or 0xD76880) is unknown color: approx Deep Blush. HEX triplet: D7, 68 and 80. RGB value is (215,104,128). Sum of RGB (Red+Green+Blue) = 215+104+128=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D76880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76880 is #28977F. Grayscale: #8B8B8B. Windows color (decimal): -2660224 or 8415447. OLE color: 8415447.

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

Color convert

RGB215104128-
CMYK00.520.400.16
HSL347.03º58.12%62.55%-
HSV(B)347.03º51.63%84.31%-
XYZ36.8725.9123.48-
YUV139.93121.27181.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=48.10%
G=23.27%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510412800.520.400.16347.0358.1262.55
HexD76880034281015b3a3f
Octal32715020006450205337277
Binary11010111110100010000000011010010100010000101011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76880; }

 p { color: rgb(215,104,128); }

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

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

 a { background-color: rgb(215,104,128); }

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

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

 span { border-color: rgb(215,104,128); }

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