Html Css Color HEX #DC5190 Dark Pink

📋 copy color: '#DC5190'

red 220 ◦ green 81 ◦ blue 144

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

Shades of Dark Pink #DC5190

Tints of Dark Pink #DC5190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.2%

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

R = 49.44%
G = 18.2%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC5190 (or 0xDC5190) is known color: Dark Pink. HEX triplet: DC, 51 and 90. RGB value is (220,81,144). Sum of RGB (Red+Green+Blue) = 220+81+144=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5190 is #23AE6F. Grayscale: #818181. Windows color (decimal): -2338416 or 9458140. OLE color: 9458140.

HSL color Cylindrical-coordinate representation of color #DC5190: hue angle of 332.81º degrees, saturation: 0.67, 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 #DC5190 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 144 -
CMYK 0 0.63 0.35 0.14
HSL 332.81º 0.67% 0.59% -
HSV(B) 332.81º 0.63% 0.86% -
XYZ 37.49 23.11 28.87 -
YUV 129.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 220 81 144 0 0.63 0.35 0.14 332.81 0.67 0.59
Hex DC 51 90 0 3F 23 E 14D 43 3B
Octal 334 121 220 0 77 43 16 515 103 73
Binary 11011100 1010001 10010000 0 111111 100011 1110 101001101 1000011 111011

Color Harmonies of #DC5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5190

Black with #DC5190

Text Example


Text Example

White with #DC5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5190; }

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

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

background-color css

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

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

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

border-color css

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

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

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