Html Css Color HEX #DB7189 Deep Blush

📋 copy color: '#DB7189'

red 219 ◦ green 113 ◦ blue 137

#DB7189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #DB7189

Tints of Deep Blush #DB7189

RGB

 RED value IS 219 (85.94% from 255) = 46.7%

 GREEN value IS 113 (44.53% from 255) = 24.09%

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 46.7%
G = 24.09%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB7189 (or 0xDB7189) is known color: Deep Blush. HEX triplet: DB, 71 and 89. RGB value is (219,113,137). Sum of RGB (Red+Green+Blue) = 219+113+137=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7189 is #248E76. Grayscale: #939393. Windows color (decimal): -2395767 or 9007579. OLE color: 9007579.

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

Color convert

RGB 219 113 137 -
CMYK 0 0.48 0.37 0.14
HSL 346.42º 0.6% 0.65% -
HSV(B) 346.42º 0.48% 0.86% -
XYZ 39.63 28.68 27.11 -
YUV 147.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 219 113 137 0 0.48 0.37 0.14 346.42 0.6 0.65
Hex DB 71 89 0 30 25 E 15A 3C 41
Octal 333 161 211 0 60 45 16 532 74 101
Binary 11011011 1110001 10001001 0 110000 100101 1110 101011010 111100 1000001

Color Harmonies of #DB7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7189

Black with #DB7189

Text Example


Text Example

White with #DB7189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7189; }

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

 H1.HeaderClassName
 {
   color: #DB7189;
 }
 .AnyTagClassName
 {
   color: #DB7189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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