Html Css Color HEX #DB7889 Deep Blush

📋 copy color: '#DB7889'

red 219 ◦ green 120 ◦ blue 137

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

Shades of Deep Blush #DB7889

Tints of Deep Blush #DB7889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.21%

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

R = 46.01%
G = 25.21%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB7889 (or 0xDB7889) is known color: Deep Blush. HEX triplet: DB, 78 and 89. RGB value is (219,120,137). Sum of RGB (Red+Green+Blue) = 219+120+137=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7889 is #248776. Grayscale: #979797. Windows color (decimal): -2393975 or 9009371. OLE color: 9009371.

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

Color convert

RGB 219 120 137 -
CMYK 0 0.45 0.37 0.14
HSL 349.7º 0.58% 0.66% -
HSV(B) 349.7º 0.45% 0.86% -
XYZ 40.45 30.3 27.38 -
YUV 151.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 219 120 137 0 0.45 0.37 0.14 349.7 0.58 0.66
Hex DB 78 89 0 2D 25 E 15E 3A 42
Octal 333 170 211 0 55 45 16 536 72 102
Binary 11011011 1111000 10001001 0 101101 100101 1110 101011110 111010 1000010

Color Harmonies of #DB7889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7889

Black with #DB7889

Text Example


Text Example

White with #DB7889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7889; }

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

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

background-color css

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

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

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

border-color css

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

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

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