Html Css Color HEX #DB7685 Deep Blush

📋 copy color: '#DB7685'

red 219 ◦ green 118 ◦ blue 133

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

Shades of Deep Blush #DB7685

Tints of Deep Blush #DB7685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 46.6%
G = 25.11%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB7685 (or 0xDB7685) is known color: Deep Blush. HEX triplet: DB, 76 and 85. RGB value is (219,118,133). Sum of RGB (Red+Green+Blue) = 219+118+133=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7685 is #24897A. Grayscale: #959595. Windows color (decimal): -2394491 or 8746715. OLE color: 8746715.

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

Color convert

RGB 219 118 133 -
CMYK 0 0.46 0.39 0.14
HSL 351.09º 0.58% 0.66% -
HSV(B) 351.09º 0.46% 0.86% -
XYZ 39.93 29.71 25.82 -
YUV 149.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 219 118 133 0 0.46 0.39 0.14 351.09 0.58 0.66
Hex DB 76 85 0 2E 27 E 15F 3A 42
Octal 333 166 205 0 56 47 16 537 72 102
Binary 11011011 1110110 10000101 0 101110 100111 1110 101011111 111010 1000010

Color Harmonies of #DB7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7685

Black with #DB7685

Text Example


Text Example

White with #DB7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7685; }

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

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

background-color css

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

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

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

border-color css

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

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

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