Html Css Color HEX #DB7884 Deep Blush

📋 copy color: '#DB7884'

red 219 ◦ green 120 ◦ blue 132

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

Shades of Deep Blush #DB7884

Tints of Deep Blush #DB7884

RGB

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

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

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

R = 46.5%
G = 25.48%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB7884 (or 0xDB7884) is known color: Deep Blush. HEX triplet: DB, 78 and 84. RGB value is (219,120,132). Sum of RGB (Red+Green+Blue) = 219+120+132=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7884 is #24877B. Grayscale: #979797. Windows color (decimal): -2393980 or 8681691. OLE color: 8681691.

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

Color convert

RGB 219 120 132 -
CMYK 0 0.45 0.40 0.14
HSL 352.73º 0.58% 0.66% -
HSV(B) 352.73º 0.45% 0.86% -
XYZ 40.09 30.16 25.54 -
YUV 150.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 219 120 132 0 0.45 0.40 0.14 352.73 0.58 0.66
Hex DB 78 84 0 2D 28 E 161 3A 42
Octal 333 170 204 0 55 50 16 541 72 102
Binary 11011011 1111000 10000100 0 101101 101000 1110 101100001 111010 1000010

Color Harmonies of #DB7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7884

Black with #DB7884

Text Example


Text Example

White with #DB7884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7884; }

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

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

background-color css

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

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

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

border-color css

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

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

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