#DC617D

Color #DC617D Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DC617D

Tints of Dark Pink #DC617D

Color information

#DC617D (or 0xDC617D) is unknown color: approx Dark Pink. HEX triplet: DC, 61 and 7D. RGB value is (220,97,125). Sum of RGB (Red+Green+Blue) = 220+97+125=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617D is #239E82. Grayscale: #888888. Windows color (decimal): -2334339 or 8217052. OLE color: 8217052.

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

Color convert

RGB22097125-
CMYK00.560.430.14
HSL346.34º63.73%62.16%-
HSV(B)346.34º55.91%86.27%-
XYZ37.4925.2522.3-
YUV136.97121.25187.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=49.77%
G=21.95%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209712500.560.430.14346.3463.7362.16
HexDC617D0382BE15a403e
Octal334141175070531653210076
Binary1101110011000011111101011100010101111101010110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC617D; }

 p { color: rgb(220,97,125); }

 H1.HeaderClassName
 {
   color: #DC617D;
 }
 .AnyTagClassName
 {
   color: #DC617D;
 }
</style>
background-color css

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

 a { background-color: rgb(220,97,125); }

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

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

 span { border-color: rgb(220,97,125); }

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