Html Css Color HEX #DC7089 Deep Blush

📋 copy color: '#DC7089'

red 220 ◦ green 112 ◦ blue 137

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

Shades of Deep Blush #DC7089

Tints of Deep Blush #DC7089

RGB

 RED value IS 220 (86.33% from 255) = 46.91%

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

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 46.91%
G = 23.88%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7089 (or 0xDC7089) is known color: Deep Blush. HEX triplet: DC, 70 and 89. RGB value is (220,112,137). Sum of RGB (Red+Green+Blue) = 220+112+137=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7089 is #238F76. Grayscale: #939393. Windows color (decimal): -2330487 or 9007324. OLE color: 9007324.

HSL color Cylindrical-coordinate representation of color #DC7089: hue angle of 346.11º degrees, saturation: 0.61, 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 #DC7089 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 137 -
CMYK 0 0.49 0.38 0.14
HSL 346.11º 0.61% 0.65% -
HSV(B) 346.11º 0.49% 0.86% -
XYZ 39.82 28.61 27.09 -
YUV 147.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 220 112 137 0 0.49 0.38 0.14 346.11 0.61 0.65
Hex DC 70 89 0 31 26 E 15A 3D 41
Octal 334 160 211 0 61 46 16 532 75 101
Binary 11011100 1110000 10001001 0 110001 100110 1110 101011010 111101 1000001

Color Harmonies of #DC7089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7089

Black with #DC7089

Text Example


Text Example

White with #DC7089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7089; }

 p { color: rgb(220,112,137); }

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

background-color css

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

 a { background-color: rgb(220,112,137); }

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

border-color css

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

 span { border-color: rgb(220,112,137); }

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