#DC5BAF

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

Shades of Hot Pink #DC5BAF

Tints of Hot Pink #DC5BAF

Color information

#DC5BAF (or 0xDC5BAF) is unknown color: approx Hot Pink. HEX triplet: DC, 5B and AF. RGB value is (220,91,175). Sum of RGB (Red+Green+Blue) = 220+91+175=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5BAF is #23A450. Grayscale: #8A8A8A. Windows color (decimal): -2335825 or 11492316. OLE color: 11492316.

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

Color convert

RGB22091175-
CMYK00.590.200.14
HSL320.93º64.82%60.98%-
HSV(B)320.93º58.64%86.27%-
XYZ40.9925.7943.38-
YUV139.15148.24185.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 91 (35.94% from 255) = 18.72%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=45.27%
G=18.72%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209117500.590.200.14320.9364.8260.98
HexDC5BAF03B14E141413d
Octal334133257073241650110175
Binary1101110010110111010111101110111010011101010000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5BAF; }

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

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

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

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

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

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

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

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