#DC588E

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

Shades of Dark Pink #DC588E

Tints of Dark Pink #DC588E

Color information

#DC588E (or 0xDC588E) is unknown color: approx Dark Pink. HEX triplet: DC, 58 and 8E. RGB value is (220,88,142). Sum of RGB (Red+Green+Blue) = 220+88+142=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC588E is #23A771. Grayscale: #858585. Windows color (decimal): -2336626 or 9328860. OLE color: 9328860.

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

Color convert

RGB22088142-
CMYK00.60.350.14
HSL335.45º65.35%60.39%-
HSV(B)335.45º60%86.27%-
XYZ37.8924.1528.26-
YUV133.62132.73189.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=48.89%
G=19.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208814200.60.350.14335.4565.3560.39
HexDC588E03C23E14f413c
Octal334130216074431651710174
Binary11011100101100010001110011110010001111101010011111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC588E; }

 p { color: rgb(220,88,142); }

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

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

 a { background-color: rgb(220,88,142); }

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

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

 span { border-color: rgb(220,88,142); }

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