Html Css Color HEX #DB7180 Deep Blush

📋 copy color: '#DB7180'

red 219 ◦ green 113 ◦ blue 128

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

Shades of Deep Blush #DB7180

Tints of Deep Blush #DB7180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

 BLUE value IS 128 (50.39% from 255) = 27.83%

R = 47.61%
G = 24.57%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB7180 (or 0xDB7180) is known color: Deep Blush. HEX triplet: DB, 71 and 80. RGB value is (219,113,128). Sum of RGB (Red+Green+Blue) = 219+113+128=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7180 is #248E7F. Grayscale: #929292. Windows color (decimal): -2395776 or 8417755. OLE color: 8417755.

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

Color convert

RGB 219 113 128 -
CMYK 0 0.48 0.42 0.14
HSL 351.51º 0.6% 0.65% -
HSV(B) 351.51º 0.48% 0.86% -
XYZ 39.01 28.43 23.85 -
YUV 146.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 219 113 128 0 0.48 0.42 0.14 351.51 0.6 0.65
Hex DB 71 80 0 30 2A E 160 3C 41
Octal 333 161 200 0 60 52 16 540 74 101
Binary 11011011 1110001 10000000 0 110000 101010 1110 101100000 111100 1000001

Color Harmonies of #DB7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7180

Black with #DB7180

Text Example


Text Example

White with #DB7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7180; }

 p { color: rgb(219,113,128); }

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

background-color css

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

 a { background-color: rgb(219,113,128); }

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

border-color css

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

 span { border-color: rgb(219,113,128); }

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