Html Css Color HEX #DC5490 Dark Pink

📋 copy color: '#DC5490'

red 220 ◦ green 84 ◦ blue 144

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

Shades of Dark Pink #DC5490

Tints of Dark Pink #DC5490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.75%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 49.11%
G = 18.75%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC5490 (or 0xDC5490) is known color: Dark Pink. HEX triplet: DC, 54 and 90. RGB value is (220,84,144). Sum of RGB (Red+Green+Blue) = 220+84+144=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5490 is #23AB6F. Grayscale: #838383. Windows color (decimal): -2337648 or 9458908. OLE color: 9458908.

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

Color convert

RGB 220 84 144 -
CMYK 0 0.62 0.35 0.14
HSL 333.53º 0.66% 0.6% -
HSV(B) 333.53º 0.62% 0.86% -
XYZ 37.72 23.57 28.95 -
YUV 131.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 220 84 144 0 0.62 0.35 0.14 333.53 0.66 0.6
Hex DC 54 90 0 3E 23 E 14E 42 3C
Octal 334 124 220 0 76 43 16 516 102 74
Binary 11011100 1010100 10010000 0 111110 100011 1110 101001110 1000010 111100

Color Harmonies of #DC5490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5490

Black with #DC5490

Text Example


Text Example

White with #DC5490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5490; }

 p { color: rgb(220,84,144); }

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

background-color css

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

 a { background-color: rgb(220,84,144); }

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

border-color css

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

 span { border-color: rgb(220,84,144); }

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