Html Css Color HEX #DB7085 Deep Blush

📋 copy color: '#DB7085'

red 219 ◦ green 112 ◦ blue 133

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

Shades of Deep Blush #DB7085

Tints of Deep Blush #DB7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 47.2%
G = 24.14%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB7085 (or 0xDB7085) is known color: Deep Blush. HEX triplet: DB, 70 and 85. RGB value is (219,112,133). Sum of RGB (Red+Green+Blue) = 219+112+133=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7085 is #248F7A. Grayscale: #929292. Windows color (decimal): -2396027 or 8745179. OLE color: 8745179.

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

Color convert

RGB 219 112 133 -
CMYK 0 0.49 0.39 0.14
HSL 348.22º 0.6% 0.65% -
HSV(B) 348.22º 0.49% 0.86% -
XYZ 39.24 28.34 25.59 -
YUV 146.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 219 112 133 0 0.49 0.39 0.14 348.22 0.6 0.65
Hex DB 70 85 0 31 27 E 15C 3C 41
Octal 333 160 205 0 61 47 16 534 74 101
Binary 11011011 1110000 10000101 0 110001 100111 1110 101011100 111100 1000001

Color Harmonies of #DB7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7085

Black with #DB7085

Text Example


Text Example

White with #DB7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7085; }

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

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

background-color css

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

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

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

border-color css

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

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

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