#DC60B4

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

Shades of Hot Pink #DC60B4

Tints of Hot Pink #DC60B4

Color information

#DC60B4 (or 0xDC60B4) is unknown color: approx Hot Pink. HEX triplet: DC, 60 and B4. RGB value is (220,96,180). Sum of RGB (Red+Green+Blue) = 220+96+180=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60B4 is #239F4B. Grayscale: #8E8E8E. Windows color (decimal): -2334540 or 11821276. OLE color: 11821276.

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

Color convert

RGB22096180-
CMYK00.560.180.14
HSL319.35º63.92%61.96%-
HSV(B)319.35º56.36%86.27%-
XYZ41.9426.8846.16-
YUV142.65149.08183.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.35%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=44.35%
G=19.35%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209618000.560.180.14319.3563.9261.96
HexDC60B403812E13f403e
Octal334140264070221647710076
Binary1101110011000001011010001110001001011101001111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60B4; }

 p { color: rgb(220,96,180); }

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

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

 a { background-color: rgb(220,96,180); }

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

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

 span { border-color: rgb(220,96,180); }

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