#DC548F

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

Shades of Dark Pink #DC548F

Tints of Dark Pink #DC548F

Color information

#DC548F (or 0xDC548F) is unknown color: approx Dark Pink. HEX triplet: DC, 54 and 8F. RGB value is (220,84,143). Sum of RGB (Red+Green+Blue) = 220+84+143=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC548F is #23AB70. Grayscale: #838383. Windows color (decimal): -2337649 or 9393372. OLE color: 9393372.

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

Color convert

RGB22084143-
CMYK00.620.350.14
HSL333.97º66.02%59.61%-
HSV(B)333.97º61.82%86.27%-
XYZ37.6423.5428.55-
YUV131.39134.56191.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=49.22%
G=18.79%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208414300.620.350.14333.9766.0259.61
HexDC548F03E23E14e423c
Octal334124217076431651610274
Binary11011100101010010001111011111010001111101010011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC548F; }

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

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

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

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

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

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

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

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