Html Css Color HEX #DB687E Deep Blush

📋 copy color: '#DB687E'

red 219 ◦ green 104 ◦ blue 126

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

Shades of Deep Blush #DB687E

Tints of Deep Blush #DB687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 48.78%
G = 23.16%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB687E (or 0xDB687E) is known color: Deep Blush. HEX triplet: DB, 68 and 7E. RGB value is (219,104,126). Sum of RGB (Red+Green+Blue) = 219+104+126=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB687E is #249781. Grayscale: #8C8C8C. Windows color (decimal): -2398082 or 8284379. OLE color: 8284379.

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

Color convert

RGB 219 104 126 -
CMYK 0 0.53 0.42 0.14
HSL 348.52º 0.61% 0.63% -
HSV(B) 348.52º 0.53% 0.86% -
XYZ 37.93 26.47 22.85 -
YUV 140.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 219 104 126 0 0.53 0.42 0.14 348.52 0.61 0.63
Hex DB 68 7E 0 35 2A E 15D 3D 3F
Octal 333 150 176 0 65 52 16 535 75 77
Binary 11011011 1101000 1111110 0 110101 101010 1110 101011101 111101 111111

Color Harmonies of #DB687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB687E

Black with #DB687E

Text Example


Text Example

White with #DB687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB687E; }

 p { color: rgb(219,104,126); }

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

background-color css

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

 a { background-color: rgb(219,104,126); }

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

border-color css

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

 span { border-color: rgb(219,104,126); }

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