Html Css Color HEX #DB7688 Deep Blush

📋 copy color: '#DB7688'

red 219 ◦ green 118 ◦ blue 136

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

Shades of Deep Blush #DB7688

Tints of Deep Blush #DB7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

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

R = 46.3%
G = 24.95%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB7688 (or 0xDB7688) is known color: Deep Blush. HEX triplet: DB, 76 and 88. RGB value is (219,118,136). Sum of RGB (Red+Green+Blue) = 219+118+136=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7688 is #248977. Grayscale: #969696. Windows color (decimal): -2394488 or 8943323. OLE color: 8943323.

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

Color convert

RGB 219 118 136 -
CMYK 0 0.46 0.38 0.14
HSL 349.31º 0.58% 0.66% -
HSV(B) 349.31º 0.46% 0.86% -
XYZ 40.14 29.79 26.93 -
YUV 150.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 219 118 136 0 0.46 0.38 0.14 349.31 0.58 0.66
Hex DB 76 88 0 2E 26 E 15D 3A 42
Octal 333 166 210 0 56 46 16 535 72 102
Binary 11011011 1110110 10001000 0 101110 100110 1110 101011101 111010 1000010

Color Harmonies of #DB7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7688

Black with #DB7688

Text Example


Text Example

White with #DB7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7688; }

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

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

background-color css

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

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

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

border-color css

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

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

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