Html Css Color HEX #DB7887 Deep Blush

📋 copy color: '#DB7887'

red 219 ◦ green 120 ◦ blue 135

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

Shades of Deep Blush #DB7887

Tints of Deep Blush #DB7887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 46.2%
G = 25.32%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB7887 (or 0xDB7887) is known color: Deep Blush. HEX triplet: DB, 78 and 87. RGB value is (219,120,135). Sum of RGB (Red+Green+Blue) = 219+120+135=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7887 is #248778. Grayscale: #979797. Windows color (decimal): -2393977 or 8878299. OLE color: 8878299.

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

Color convert

RGB 219 120 135 -
CMYK 0 0.45 0.38 0.14
HSL 350.91º 0.58% 0.66% -
HSV(B) 350.91º 0.45% 0.86% -
XYZ 40.3 30.24 26.63 -
YUV 151.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 219 120 135 0 0.45 0.38 0.14 350.91 0.58 0.66
Hex DB 78 87 0 2D 26 E 15F 3A 42
Octal 333 170 207 0 55 46 16 537 72 102
Binary 11011011 1111000 10000111 0 101101 100110 1110 101011111 111010 1000010

Color Harmonies of #DB7887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7887

Black with #DB7887

Text Example


Text Example

White with #DB7887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7887; }

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

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

background-color css

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

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

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

border-color css

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

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

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