#DC5CB3

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

Shades of Hot Pink #DC5CB3

Tints of Hot Pink #DC5CB3

Color information

#DC5CB3 (or 0xDC5CB3) is unknown color: approx Hot Pink. HEX triplet: DC, 5C and B3. RGB value is (220,92,179). Sum of RGB (Red+Green+Blue) = 220+92+179=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CB3 is #23A34C. Grayscale: #8B8B8B. Windows color (decimal): -2335565 or 11754716. OLE color: 11754716.

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

Color convert

RGB22092179-
CMYK00.580.190.14
HSL319.22º64.65%61.18%-
HSV(B)319.22º58.18%86.27%-
XYZ41.4826.1245.5-
YUV140.19149.91184.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=44.81%
G=18.74%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209217900.580.190.14319.2264.6561.18
HexDC5CB303A13E13f413d
Octal334134263072231647710175
Binary1101110010111001011001101110101001111101001111111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5CB3; }

 p { color: rgb(220,92,179); }

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

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

 a { background-color: rgb(220,92,179); }

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

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

 span { border-color: rgb(220,92,179); }

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