Html Css Color HEX #DC6E89 Deep Blush

📋 copy color: '#DC6E89'

red 220 ◦ green 110 ◦ blue 137

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

Shades of Deep Blush #DC6E89

Tints of Deep Blush #DC6E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 47.11%
G = 23.55%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC6E89 (or 0xDC6E89) is known color: Deep Blush. HEX triplet: DC, 6E and 89. RGB value is (220,110,137). Sum of RGB (Red+Green+Blue) = 220+110+137=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E89 is #239176. Grayscale: #919191. Windows color (decimal): -2330999 or 9006812. OLE color: 9006812.

HSL color Cylindrical-coordinate representation of color #DC6E89: hue angle of 345.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E89 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 137 -
CMYK 0 0.50 0.38 0.14
HSL 345.27º 0.61% 0.65% -
HSV(B) 345.27º 0.5% 0.86% -
XYZ 39.61 28.17 27.02 -
YUV 145.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 220 110 137 0 0.50 0.38 0.14 345.27 0.61 0.65
Hex DC 6E 89 0 32 26 E 159 3D 41
Octal 334 156 211 0 62 46 16 531 75 101
Binary 11011100 1101110 10001001 0 110010 100110 1110 101011001 111101 1000001

Color Harmonies of #DC6E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E89

Black with #DC6E89

Text Example


Text Example

White with #DC6E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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