Html Css Color HEX #DC5289 Dark Pink

📋 copy color: '#DC5289'

red 220 ◦ green 82 ◦ blue 137

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

Shades of Dark Pink #DC5289

Tints of Dark Pink #DC5289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

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

R = 50.11%
G = 18.68%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC5289 (or 0xDC5289) is known color: Dark Pink. HEX triplet: DC, 52 and 89. RGB value is (220,82,137). Sum of RGB (Red+Green+Blue) = 220+82+137=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5289 is #23AD76. Grayscale: #818181. Windows color (decimal): -2338167 or 8999644. OLE color: 8999644.

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

Color convert

RGB 220 82 137 -
CMYK 0 0.63 0.38 0.14
HSL 336.09º 0.66% 0.59% -
HSV(B) 336.09º 0.63% 0.86% -
XYZ 37.05 23.06 26.16 -
YUV 129.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 220 82 137 0 0.63 0.38 0.14 336.09 0.66 0.59
Hex DC 52 89 0 3F 26 E 150 42 3B
Octal 334 122 211 0 77 46 16 520 102 73
Binary 11011100 1010010 10001001 0 111111 100110 1110 101010000 1000010 111011

Color Harmonies of #DC5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5289

Black with #DC5289

Text Example


Text Example

White with #DC5289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5289; }

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

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

background-color css

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

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

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

border-color css

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

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

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