#DC61B5

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

Shades of Hot Pink #DC61B5

Tints of Hot Pink #DC61B5

Color information

#DC61B5 (or 0xDC61B5) is unknown color: approx Hot Pink. HEX triplet: DC, 61 and B5. RGB value is (220,97,181). Sum of RGB (Red+Green+Blue) = 220+97+181=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61B5 is #239E4A. Grayscale: #8F8F8F. Windows color (decimal): -2334283 or 11887068. OLE color: 11887068.

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

Color convert

RGB22097181-
CMYK00.560.180.14
HSL319.02º63.73%62.16%-
HSV(B)319.02º55.91%86.27%-
XYZ42.1327.146.73-
YUV143.35149.25182.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 97 (38.28% from 255) = 19.48%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=44.18%
G=19.48%
B=36.35%

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
Decimal2209718100.560.180.14319.0263.7362.16
HexDC61B503812E13f403e
Octal334141265070221647710076
Binary1101110011000011011010101110001001011101001111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC61B5; }

 p { color: rgb(220,97,181); }

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

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

 a { background-color: rgb(220,97,181); }

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

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

 span { border-color: rgb(220,97,181); }

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