Html Css Color HEX #DC7689 Deep Blush

📋 copy color: '#DC7689'

red 220 ◦ green 118 ◦ blue 137

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

Shades of Deep Blush #DC7689

Tints of Deep Blush #DC7689

RGB

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

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

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

R = 46.32%
G = 24.84%
B = 28.84%

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

#DC7689 (or 0xDC7689) is known color: Deep Blush. HEX triplet: DC, 76 and 89. RGB value is (220,118,137). Sum of RGB (Red+Green+Blue) = 220+118+137=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7689 is #238976. Grayscale: #969696. Windows color (decimal): -2328951 or 9008860. OLE color: 9008860.

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

Color convert

RGB 220 118 137 -
CMYK 0 0.46 0.38 0.14
HSL 348.82º 0.59% 0.66% -
HSV(B) 348.82º 0.46% 0.86% -
XYZ 40.51 29.98 27.32 -
YUV 150.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 220 118 137 0 0.46 0.38 0.14 348.82 0.59 0.66
Hex DC 76 89 0 2E 26 E 15D 3B 42
Octal 334 166 211 0 56 46 16 535 73 102
Binary 11011100 1110110 10001001 0 101110 100110 1110 101011101 111011 1000010

Color Harmonies of #DC7689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7689

Black with #DC7689

Text Example


Text Example

White with #DC7689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7689; }

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

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

background-color css

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

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

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

border-color css

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

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

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