#DC508D

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

Shades of Dark Pink #DC508D

Tints of Dark Pink #DC508D

Color information

#DC508D (or 0xDC508D) is unknown color: approx Dark Pink. HEX triplet: DC, 50 and 8D. RGB value is (220,80,141). Sum of RGB (Red+Green+Blue) = 220+80+141=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC508D is #23AF72. Grayscale: #808080. Windows color (decimal): -2338675 or 9261276. OLE color: 9261276.

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

Color convert

RGB22080141-
CMYK00.640.360.14
HSL333.86º66.67%58.82%-
HSV(B)333.86º63.64%86.27%-
XYZ37.1922.8827.65-
YUV128.81134.88193.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=49.89%
G=18.14%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208014100.640.360.14333.8666.6758.82
HexDC508D04024E14e433b
Octal3341202150100441651610373
Binary110111001010000100011010100000010010011101010011101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC508D; }

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

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

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

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

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

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

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

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