#DB707F

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

Shades of Deep Blush #DB707F

Tints of Deep Blush #DB707F

Color information

#DB707F (or 0xDB707F) is unknown color: approx Deep Blush. HEX triplet: DB, 70 and 7F. RGB value is (219,112,127). Sum of RGB (Red+Green+Blue) = 219+112+127=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707F is #248F80. Grayscale: #919191. Windows color (decimal): -2396033 or 8351963. OLE color: 8351963.

HSL color Cylindrical-coordinate representation of color #DB707F: hue angle of 351.59º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB707F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219112127-
CMYK00.490.420.14
HSL351.59º59.78%64.9%-
HSV(B)351.59º48.86%85.88%-
XYZ38.8428.1823.47-
YUV145.7117.45180.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 127 (50% from 255) = 27.73%
R=47.82%
G=24.45%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911212700.490.420.14351.5959.7864.9
HexDB707F0312AE1603c41
Octal333160177061521654074101
Binary1101101111100001111111011000110101011101011000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB707F; }

 p { color: rgb(219,112,127); }

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

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

 a { background-color: rgb(219,112,127); }

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

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

 span { border-color: rgb(219,112,127); }

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