Html Css Color HEX #DC7789 Deep Blush

📋 copy color: '#DC7789'

red 220 ◦ green 119 ◦ blue 137

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

Shades of Deep Blush #DC7789

Tints of Deep Blush #DC7789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25%

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

R = 46.22%
G = 25%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC7789 (or 0xDC7789) is known color: Deep Blush. HEX triplet: DC, 77 and 89. RGB value is (220,119,137). Sum of RGB (Red+Green+Blue) = 220+119+137=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7789 is #238876. Grayscale: #979797. Windows color (decimal): -2328695 or 9009116. OLE color: 9009116.

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

Color convert

RGB 220 119 137 -
CMYK 0 0.46 0.38 0.14
HSL 349.31º 0.59% 0.66% -
HSV(B) 349.31º 0.46% 0.86% -
XYZ 40.63 30.22 27.36 -
YUV 151.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 220 119 137 0 0.46 0.38 0.14 349.31 0.59 0.66
Hex DC 77 89 0 2E 26 E 15D 3B 42
Octal 334 167 211 0 56 46 16 535 73 102
Binary 11011100 1110111 10001001 0 101110 100110 1110 101011101 111011 1000010

Color Harmonies of #DC7789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7789

Black with #DC7789

Text Example


Text Example

White with #DC7789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7789; }

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

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

background-color css

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

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

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

border-color css

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

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

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