#DB7181

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

Shades of Deep Blush #DB7181

Tints of Deep Blush #DB7181

Color information

#DB7181 (or 0xDB7181) is unknown color: approx Deep Blush. HEX triplet: DB, 71 and 81. RGB value is (219,113,129). Sum of RGB (Red+Green+Blue) = 219+113+129=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7181 is #248E7E. Grayscale: #929292. Windows color (decimal): -2395775 or 8483291. OLE color: 8483291.

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

Color convert

RGB219113129-
CMYK00.480.410.14
HSL350.94º59.55%65.1%-
HSV(B)350.94º48.4%85.88%-
XYZ39.0828.4624.2-
YUV146.52118.12179.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=47.51%
G=24.51%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911312900.480.410.14350.9459.5565.1
HexDB718103029E15f3c41
Octal333161201060511653774101
Binary11011011111000110000001011000010100111101010111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7181; }

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

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

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

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

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

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

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

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