Html Css Color HEX #DB7389 Deep Blush

📋 copy color: '#DB7389'

red 219 ◦ green 115 ◦ blue 137

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

Shades of Deep Blush #DB7389

Tints of Deep Blush #DB7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.42%

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

R = 46.5%
G = 24.42%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB7389 (or 0xDB7389) is known color: Deep Blush. HEX triplet: DB, 73 and 89. RGB value is (219,115,137). Sum of RGB (Red+Green+Blue) = 219+115+137=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7389 is #248C76. Grayscale: #949494. Windows color (decimal): -2395255 or 9008091. OLE color: 9008091.

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

Color convert

RGB 219 115 137 -
CMYK 0 0.47 0.37 0.14
HSL 347.31º 0.59% 0.65% -
HSV(B) 347.31º 0.47% 0.86% -
XYZ 39.86 29.13 27.19 -
YUV 148.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 219 115 137 0 0.47 0.37 0.14 347.31 0.59 0.65
Hex DB 73 89 0 2F 25 E 15B 3B 41
Octal 333 163 211 0 57 45 16 533 73 101
Binary 11011011 1110011 10001001 0 101111 100101 1110 101011011 111011 1000001

Color Harmonies of #DB7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7389

Black with #DB7389

Text Example


Text Example

White with #DB7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7389; }

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

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

background-color css

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

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

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

border-color css

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

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

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