#DB718B

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

Shades of Deep Blush #DB718B

Tints of Deep Blush #DB718B

Color information

#DB718B (or 0xDB718B) is unknown color: approx Deep Blush. HEX triplet: DB, 71 and 8B. RGB value is (219,113,139). Sum of RGB (Red+Green+Blue) = 219+113+139=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB718B is #248E74. Grayscale: #939393. Windows color (decimal): -2395765 or 9138651. OLE color: 9138651.

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

Color convert

RGB219113139-
CMYK00.480.370.14
HSL345.28º59.55%65.1%-
HSV(B)345.28º48.4%85.88%-
XYZ39.7828.7327.88-
YUV147.66123.12178.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=46.50%
G=23.99%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911313900.480.370.14345.2859.5565.1
HexDB718B03025E1593c41
Octal333161213060451653174101
Binary11011011111000110001011011000010010111101010110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB718B; }

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

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

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

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

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

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

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

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