Html Css Color HEX #DB7985 Deep Blush

📋 copy color: '#DB7985'

red 219 ◦ green 121 ◦ blue 133

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

Shades of Deep Blush #DB7985

Tints of Deep Blush #DB7985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

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

R = 46.3%
G = 25.58%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB7985 (or 0xDB7985) is known color: Deep Blush. HEX triplet: DB, 79 and 85. RGB value is (219,121,133). Sum of RGB (Red+Green+Blue) = 219+121+133=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7985 is #24867A. Grayscale: #979797. Windows color (decimal): -2393723 or 8747483. OLE color: 8747483.

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

Color convert

RGB 219 121 133 -
CMYK 0 0.45 0.39 0.14
HSL 352.65º 0.58% 0.67% -
HSV(B) 352.65º 0.45% 0.86% -
XYZ 40.28 30.43 25.94 -
YUV 151.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 219 121 133 0 0.45 0.39 0.14 352.65 0.58 0.67
Hex DB 79 85 0 2D 27 E 161 3A 43
Octal 333 171 205 0 55 47 16 541 72 103
Binary 11011011 1111001 10000101 0 101101 100111 1110 101100001 111010 1000011

Color Harmonies of #DB7985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7985

Black with #DB7985

Text Example


Text Example

White with #DB7985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7985; }

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

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

background-color css

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

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

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

border-color css

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

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

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