Html Css Color HEX #DB7589 Deep Blush

📋 copy color: '#DB7589'

red 219 ◦ green 117 ◦ blue 137

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

Shades of Deep Blush #DB7589

Tints of Deep Blush #DB7589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

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

R = 46.3%
G = 24.74%
B = 28.96%

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

#DB7589 (or 0xDB7589) is known color: Deep Blush. HEX triplet: DB, 75 and 89. RGB value is (219,117,137). Sum of RGB (Red+Green+Blue) = 219+117+137=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7589 is #248A76. Grayscale: #959595. Windows color (decimal): -2394743 or 9008603. OLE color: 9008603.

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

Color convert

RGB 219 117 137 -
CMYK 0 0.47 0.37 0.14
HSL 348.24º 0.59% 0.66% -
HSV(B) 348.24º 0.47% 0.86% -
XYZ 40.09 29.59 27.27 -
YUV 149.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 219 117 137 0 0.47 0.37 0.14 348.24 0.59 0.66
Hex DB 75 89 0 2F 25 E 15C 3B 42
Octal 333 165 211 0 57 45 16 534 73 102
Binary 11011011 1110101 10001001 0 101111 100101 1110 101011100 111011 1000010

Color Harmonies of #DB7589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7589

Black with #DB7589

Text Example


Text Example

White with #DB7589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7589; }

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

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

background-color css

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

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

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

border-color css

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

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

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