Html Css Color HEX #DC5290 Dark Pink

📋 copy color: '#DC5290'

red 220 ◦ green 82 ◦ blue 144

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

Shades of Dark Pink #DC5290

Tints of Dark Pink #DC5290

RGB

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

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

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

R = 49.33%
G = 18.39%
B = 32.29%

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

#DC5290 (or 0xDC5290) is known color: Dark Pink. HEX triplet: DC, 52 and 90. RGB value is (220,82,144). Sum of RGB (Red+Green+Blue) = 220+82+144=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5290 is #23AD6F. Grayscale: #828282. Windows color (decimal): -2338160 or 9458396. OLE color: 9458396.

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

Color convert

RGB 220 82 144 -
CMYK 0 0.63 0.35 0.14
HSL 333.04º 0.66% 0.59% -
HSV(B) 333.04º 0.63% 0.86% -
XYZ 37.57 23.26 28.9 -
YUV 130.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 220 82 144 0 0.63 0.35 0.14 333.04 0.66 0.59
Hex DC 52 90 0 3F 23 E 14D 42 3B
Octal 334 122 220 0 77 43 16 515 102 73
Binary 11011100 1010010 10010000 0 111111 100011 1110 101001101 1000010 111011

Color Harmonies of #DC5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5290

Black with #DC5290

Text Example


Text Example

White with #DC5290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5290; }

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

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

background-color css

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

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

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

border-color css

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

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

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