#DB708B

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

Shades of Deep Blush #DB708B

Tints of Deep Blush #DB708B

Color information

#DB708B (or 0xDB708B) is unknown color: approx Deep Blush. HEX triplet: DB, 70 and 8B. RGB value is (219,112,139). Sum of RGB (Red+Green+Blue) = 219+112+139=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB708B is #248F74. Grayscale: #939393. Windows color (decimal): -2396021 or 9138395. OLE color: 9138395.

HSL color Cylindrical-coordinate representation of color #DB708B: hue angle of 344.86º 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 #DB708B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219112139-
CMYK00.490.370.14
HSL344.86º59.78%64.9%-
HSV(B)344.86º48.86%85.88%-
XYZ39.6728.5127.84-
YUV147.07123.45179.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=46.60%
G=23.83%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911213900.490.370.14344.8659.7864.9
HexDB708B03125E1593c41
Octal333160213061451653174101
Binary11011011111000010001011011000110010111101010110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB708B; }

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

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

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

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

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

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

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

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