Html Css Color HEX #DC5E89 Dark Pink

📋 copy color: '#DC5E89'

red 220 ◦ green 94 ◦ blue 137

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

Shades of Dark Pink #DC5E89

Tints of Dark Pink #DC5E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.84%

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

R = 48.78%
G = 20.84%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC5E89 (or 0xDC5E89) is known color: Dark Pink. HEX triplet: DC, 5E and 89. RGB value is (220,94,137). Sum of RGB (Red+Green+Blue) = 220+94+137=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 137 (53.91% from 255 or 30.38% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E89 is #23A176. Grayscale: #888888. Windows color (decimal): -2335095 or 9002716. OLE color: 9002716.

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

Color convert

RGB 220 94 137 -
CMYK 0 0.57 0.38 0.14
HSL 339.52º 0.64% 0.62% -
HSV(B) 339.52º 0.57% 0.86% -
XYZ 38.03 25.03 26.49 -
YUV 136.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 220 94 137 0 0.57 0.38 0.14 339.52 0.64 0.62
Hex DC 5E 89 0 39 26 E 154 40 3E
Octal 334 136 211 0 71 46 16 524 100 76
Binary 11011100 1011110 10001001 0 111001 100110 1110 101010100 1000000 111110

Color Harmonies of #DC5E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E89

Black with #DC5E89

Text Example


Text Example

White with #DC5E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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