Html Css Color HEX #DB7289 Deep Blush

📋 copy color: '#DB7289'

red 219 ◦ green 114 ◦ blue 137

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

Shades of Deep Blush #DB7289

Tints of Deep Blush #DB7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.26%

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

R = 46.6%
G = 24.26%
B = 29.15%

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

#DB7289 (or 0xDB7289) is known color: Deep Blush. HEX triplet: DB, 72 and 89. RGB value is (219,114,137). Sum of RGB (Red+Green+Blue) = 219+114+137=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7289 is #248D76. Grayscale: #949494. Windows color (decimal): -2395511 or 9007835. OLE color: 9007835.

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

Color convert

RGB 219 114 137 -
CMYK 0 0.48 0.37 0.14
HSL 346.86º 0.59% 0.65% -
HSV(B) 346.86º 0.48% 0.86% -
XYZ 39.75 28.9 27.15 -
YUV 148.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 219 114 137 0 0.48 0.37 0.14 346.86 0.59 0.65
Hex DB 72 89 0 30 25 E 15B 3B 41
Octal 333 162 211 0 60 45 16 533 73 101
Binary 11011011 1110010 10001001 0 110000 100101 1110 101011011 111011 1000001

Color Harmonies of #DB7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7289

Black with #DB7289

Text Example


Text Example

White with #DB7289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7289; }

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

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

background-color css

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

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

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

border-color css

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

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

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