Html Css Color HEX #DC6189 Deep Blush

📋 copy color: '#DC6189'

red 220 ◦ green 97 ◦ blue 137

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

Shades of Deep Blush #DC6189

Tints of Deep Blush #DC6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

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

R = 48.46%
G = 21.37%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC6189 (or 0xDC6189) is known color: Deep Blush. HEX triplet: DC, 61 and 89. RGB value is (220,97,137). Sum of RGB (Red+Green+Blue) = 220+97+137=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6189 is #239E76. Grayscale: #8A8A8A. Windows color (decimal): -2334327 or 9003484. OLE color: 9003484.

HSL color Cylindrical-coordinate representation of color #DC6189: hue angle of 340.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6189 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 137 -
CMYK 0 0.56 0.38 0.14
HSL 340.49º 0.64% 0.62% -
HSV(B) 340.49º 0.56% 0.86% -
XYZ 38.31 25.57 26.58 -
YUV 138.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 220 97 137 0 0.56 0.38 0.14 340.49 0.64 0.62
Hex DC 61 89 0 38 26 E 154 40 3E
Octal 334 141 211 0 70 46 16 524 100 76
Binary 11011100 1100001 10001001 0 111000 100110 1110 101010100 1000000 111110

Color Harmonies of #DC6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6189

Black with #DC6189

Text Example


Text Example

White with #DC6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6189; }

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

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

background-color css

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

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

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

border-color css

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

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

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