#dc5db0

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

Shades of Hot Pink #DC5DB0

Tints of Hot Pink #DC5DB0

Color information

#DC5DB0 (or 0xDC5DB0) is unknown color: approx Hot Pink. HEX triplet: DC, 5D and B0. RGB value is (220,93,176). Sum of RGB (Red+Green+Blue) = 220+93+176=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DB0 is #23A24F. Grayscale: #8C8C8C. Windows color (decimal): -2335312 or 11558364. OLE color: 11558364.

HSL color Cylindrical-coordinate representation of color #DC5DB0: hue angle of 320.79º degrees, saturation: 0.64, 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 #DC5DB0 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB22093176-
CMYK00.580.20.14
HSL320.79º64.47%61.37%-
HSV(B)320.79º57.73%86.27%-
XYZ41.2726.1843.95-
YUV140.44148.08184.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 176 (69.14% from 255) = 35.99%
R=44.99%
G=19.02%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209317600.580.20.14320.7964.4761.37
HexDC5DB003A14E141403d
Octal334135260072241650110075
Binary1101110010111011011000001110101010011101010000011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc5db0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc5db0; }

 p { color: rgb(220,93,176); }

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

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

 a { background-color: rgb(220,93,176); }

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

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

 span { border-color: rgb(220,93,176); }

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