#dc62af

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

Shades of Hot Pink #DC62AF

Tints of Hot Pink #DC62AF

Color information

#DC62AF (or 0xDC62AF) is unknown color: approx Hot Pink. HEX triplet: DC, 62 and AF. RGB value is (220,98,175). Sum of RGB (Red+Green+Blue) = 220+98+175=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62AF is #239D50. Grayscale: #8F8F8F. Windows color (decimal): -2334033 or 11494108. OLE color: 11494108.

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

Color convert

RGB22098175-
CMYK00.550.200.14
HSL322.13º63.54%62.35%-
HSV(B)322.13º55.45%86.27%-
XYZ41.6227.0543.58-
YUV143.26145.92182.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 98 (38.67% from 255) = 19.88%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=44.62%
G=19.88%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209817500.550.200.14322.1363.5462.35
HexDC62AF03714E142403e
Octal334142257067241650210076
Binary1101110011000101010111101101111010011101010000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc62af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc62af; }

 p { color: rgb(220,98,175); }

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

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

 a { background-color: rgb(220,98,175); }

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

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

 span { border-color: rgb(220,98,175); }

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