#DC5C8D

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

Shades of Dark Pink #DC5C8D

Tints of Dark Pink #DC5C8D

Color information

#DC5C8D (or 0xDC5C8D) is unknown color: approx Dark Pink. HEX triplet: DC, 5C and 8D. RGB value is (220,92,141). Sum of RGB (Red+Green+Blue) = 220+92+141=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C8D is #23A372. Grayscale: #878787. Windows color (decimal): -2335603 or 9264348. OLE color: 9264348.

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

Color convert

RGB22092141-
CMYK00.580.360.14
HSL337.03º64.65%61.18%-
HSV(B)337.03º58.18%86.27%-
XYZ38.1524.7927.97-
YUV135.86130.91188.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=48.57%
G=20.31%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209214100.580.360.14337.0364.6561.18
HexDC5C8D03A24E151413d
Octal334134215072441652110175
Binary11011100101110010001101011101010010011101010100011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5C8D; }

 p { color: rgb(220,92,141); }

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

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

 a { background-color: rgb(220,92,141); }

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

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

 span { border-color: rgb(220,92,141); }

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