Html Css Color HEX #DB6E86 Deep Blush

📋 copy color: '#DB6E86'

red 219 ◦ green 110 ◦ blue 134

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

Shades of Deep Blush #DB6E86

Tints of Deep Blush #DB6E86

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.76%

 BLUE value IS 134 (52.73% from 255) = 28.94%

R = 47.3%
G = 23.76%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB6E86 (or 0xDB6E86) is known color: Deep Blush. HEX triplet: DB, 6E and 86. RGB value is (219,110,134). Sum of RGB (Red+Green+Blue) = 219+110+134=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E86 is #249179. Grayscale: #919191. Windows color (decimal): -2396538 or 8810203. OLE color: 8810203.

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

Color convert

RGB 219 110 134 -
CMYK 0 0.50 0.39 0.14
HSL 346.79º 0.6% 0.65% -
HSV(B) 346.79º 0.5% 0.86% -
XYZ 39.09 27.93 25.89 -
YUV 145.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 219 110 134 0 0.50 0.39 0.14 346.79 0.6 0.65
Hex DB 6E 86 0 32 27 E 15B 3C 41
Octal 333 156 206 0 62 47 16 533 74 101
Binary 11011011 1101110 10000110 0 110010 100111 1110 101011011 111100 1000001

Color Harmonies of #DB6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E86

Black with #DB6E86

Text Example


Text Example

White with #DB6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E86; }

 p { color: rgb(219,110,134); }

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

background-color css

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

 a { background-color: rgb(219,110,134); }

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

border-color css

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

 span { border-color: rgb(219,110,134); }

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