#DC568F

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

Shades of Dark Pink #DC568F

Tints of Dark Pink #DC568F

Color information

#DC568F (or 0xDC568F) is unknown color: approx Dark Pink. HEX triplet: DC, 56 and 8F. RGB value is (220,86,143). Sum of RGB (Red+Green+Blue) = 220+86+143=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC568F is #23A970. Grayscale: #848484. Windows color (decimal): -2337137 or 9393884. OLE color: 9393884.

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

Color convert

RGB22086143-
CMYK00.610.350.14
HSL334.48º65.69%60%-
HSV(B)334.48º60.91%86.27%-
XYZ37.823.8528.6-
YUV132.56133.89190.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=49.00%
G=19.15%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208614300.610.350.14334.4865.6960
HexDC568F03D23E14e423c
Octal334126217075431651610274
Binary11011100101011010001111011110110001111101010011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC568F; }

 p { color: rgb(220,86,143); }

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

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

 a { background-color: rgb(220,86,143); }

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

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

 span { border-color: rgb(220,86,143); }

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