Html Css Color HEX #DC558D Dark Pink

📋 copy color: '#DC558D'

red 220 ◦ green 85 ◦ blue 141

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

Shades of Dark Pink #DC558D

Tints of Dark Pink #DC558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 49.33%
G = 19.06%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC558D (or 0xDC558D) is known color: Dark Pink. HEX triplet: DC, 55 and 8D. RGB value is (220,85,141). Sum of RGB (Red+Green+Blue) = 220+85+141=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC558D is #23AA72. Grayscale: #838383. Windows color (decimal): -2337395 or 9262556. OLE color: 9262556.

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

Color convert

RGB 220 85 141 -
CMYK 0 0.61 0.36 0.14
HSL 335.11º 0.66% 0.6% -
HSV(B) 335.11º 0.61% 0.86% -
XYZ 37.57 23.64 27.78 -
YUV 131.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 220 85 141 0 0.61 0.36 0.14 335.11 0.66 0.6
Hex DC 55 8D 0 3D 24 E 14F 42 3C
Octal 334 125 215 0 75 44 16 517 102 74
Binary 11011100 1010101 10001101 0 111101 100100 1110 101001111 1000010 111100

Color Harmonies of #DC558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC558D

Black with #DC558D

Text Example


Text Example

White with #DC558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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