Html Css Color HEX #DC5592 Dark Pink

📋 copy color: '#DC5592'

red 220 ◦ green 85 ◦ blue 146

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

Shades of Dark Pink #DC5592

Tints of Dark Pink #DC5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.85%

 BLUE value IS 146 (57.42% from 255) = 32.37%

R = 48.78%
G = 18.85%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5592 (or 0xDC5592) is known color: Dark Pink. HEX triplet: DC, 55 and 92. RGB value is (220,85,146). Sum of RGB (Red+Green+Blue) = 220+85+146=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5592 is #23AA6D. Grayscale: #848484. Windows color (decimal): -2337390 or 9590236. OLE color: 9590236.

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

Color convert

RGB 220 85 146 -
CMYK 0 0.61 0.34 0.14
HSL 332.89º 0.66% 0.6% -
HSV(B) 332.89º 0.61% 0.86% -
XYZ 37.95 23.79 29.79 -
YUV 132.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 220 85 146 0 0.61 0.34 0.14 332.89 0.66 0.6
Hex DC 55 92 0 3D 22 E 14D 42 3C
Octal 334 125 222 0 75 42 16 515 102 74
Binary 11011100 1010101 10010010 0 111101 100010 1110 101001101 1000010 111100

Color Harmonies of #DC5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5592

Black with #DC5592

Text Example


Text Example

White with #DC5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5592; }

 p { color: rgb(220,85,146); }

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

background-color css

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

 a { background-color: rgb(220,85,146); }

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

border-color css

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

 span { border-color: rgb(220,85,146); }

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