#DC5886

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

Shades of Dark Pink #DC5886

Tints of Dark Pink #DC5886

Color information

#DC5886 (or 0xDC5886) is unknown color: approx Dark Pink. HEX triplet: DC, 58 and 86. RGB value is (220,88,134). Sum of RGB (Red+Green+Blue) = 220+88+134=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5886 is #23A779. Grayscale: #848484. Windows color (decimal): -2336634 or 8804572. OLE color: 8804572.

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

Color convert

RGB22088134-
CMYK00.60.390.14
HSL339.09º65.35%60.39%-
HSV(B)339.09º60%86.27%-
XYZ37.3123.9225.2-
YUV132.71128.73190.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=49.77%
G=19.91%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208813400.60.390.14339.0965.3560.39
HexDC588603C27E153413c
Octal334130206074471652310174
Binary11011100101100010000110011110010011111101010100111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5886; }

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

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

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

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

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

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

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

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