Html Css Color HEX #DB7184 Deep Blush

📋 copy color: '#DB7184'

red 219 ◦ green 113 ◦ blue 132

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

Shades of Deep Blush #DB7184

Tints of Deep Blush #DB7184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.45%

R = 47.2%
G = 24.35%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB7184 (or 0xDB7184) is known color: Deep Blush. HEX triplet: DB, 71 and 84. RGB value is (219,113,132). Sum of RGB (Red+Green+Blue) = 219+113+132=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7184 is #248E7B. Grayscale: #929292. Windows color (decimal): -2395772 or 8679899. OLE color: 8679899.

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

Color convert

RGB 219 113 132 -
CMYK 0 0.48 0.40 0.14
HSL 349.25º 0.6% 0.65% -
HSV(B) 349.25º 0.48% 0.86% -
XYZ 39.28 28.54 25.27 -
YUV 146.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 219 113 132 0 0.48 0.40 0.14 349.25 0.6 0.65
Hex DB 71 84 0 30 28 E 15D 3C 41
Octal 333 161 204 0 60 50 16 535 74 101
Binary 11011011 1110001 10000100 0 110000 101000 1110 101011101 111100 1000001

Color Harmonies of #DB7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7184

Black with #DB7184

Text Example


Text Example

White with #DB7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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