Html Css Color HEX #DB7988 Deep Blush

📋 copy color: '#DB7988'

red 219 ◦ green 121 ◦ blue 136

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

Shades of Deep Blush #DB7988

Tints of Deep Blush #DB7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 46.01%
G = 25.42%
B = 28.57%

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

#DB7988 (or 0xDB7988) is known color: Deep Blush. HEX triplet: DB, 79 and 88. RGB value is (219,121,136). Sum of RGB (Red+Green+Blue) = 219+121+136=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7988 is #248677. Grayscale: #989898. Windows color (decimal): -2393720 or 8944091. OLE color: 8944091.

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

Color convert

RGB 219 121 136 -
CMYK 0 0.45 0.38 0.14
HSL 350.82º 0.58% 0.67% -
HSV(B) 350.82º 0.45% 0.86% -
XYZ 40.49 30.51 27.05 -
YUV 152.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 219 121 136 0 0.45 0.38 0.14 350.82 0.58 0.67
Hex DB 79 88 0 2D 26 E 15F 3A 43
Octal 333 171 210 0 55 46 16 537 72 103
Binary 11011011 1111001 10001000 0 101101 100110 1110 101011111 111010 1000011

Color Harmonies of #DB7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7988

Black with #DB7988

Text Example


Text Example

White with #DB7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7988; }

 p { color: rgb(219,121,136); }

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

background-color css

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

 a { background-color: rgb(219,121,136); }

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

border-color css

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

 span { border-color: rgb(219,121,136); }

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