Html Css Color HEX #DC5390 Dark Pink

📋 copy color: '#DC5390'

red 220 ◦ green 83 ◦ blue 144

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

Shades of Dark Pink #DC5390

Tints of Dark Pink #DC5390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.57%

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

R = 49.22%
G = 18.57%
B = 32.21%

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

#DC5390 (or 0xDC5390) is known color: Dark Pink. HEX triplet: DC, 53 and 90. RGB value is (220,83,144). Sum of RGB (Red+Green+Blue) = 220+83+144=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5390 is #23AC6F. Grayscale: #828282. Windows color (decimal): -2337904 or 9458652. OLE color: 9458652.

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

Color convert

RGB 220 83 144 -
CMYK 0 0.62 0.35 0.14
HSL 333.28º 0.66% 0.59% -
HSV(B) 333.28º 0.62% 0.86% -
XYZ 37.64 23.42 28.92 -
YUV 130.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 220 83 144 0 0.62 0.35 0.14 333.28 0.66 0.59
Hex DC 53 90 0 3E 23 E 14D 42 3B
Octal 334 123 220 0 76 43 16 515 102 73
Binary 11011100 1010011 10010000 0 111110 100011 1110 101001101 1000010 111011

Color Harmonies of #DC5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5390

Black with #DC5390

Text Example


Text Example

White with #DC5390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5390; }

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

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

background-color css

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

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

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

border-color css

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

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

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