Shades of Hot Pink #DC5CB3
Tints of Hot Pink #DC5CB3
RGB
CMYK
RGB Variations
Color information
#DC5CB3 (or 0xDC5CB3) is known color: 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
| RGB | 220 | 92 | 179 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.14 |
| HSL | 319.22º | 0.65% | 0.61% | - |
| HSV(B) | 319.22º | 0.58% | 0.86% | - |
| XYZ | 41.48 | 26.12 | 45.5 | - |
| YUV | 140.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 179 | 0 | 0.58 | 0.19 | 0.14 | 319.22 | 0.65 | 0.61 |
| Hex | DC | 5C | B3 | 0 | 3A | 13 | E | 13F | 41 | 3D |
| Octal | 334 | 134 | 263 | 0 | 72 | 23 | 16 | 477 | 101 | 75 |
| Binary | 11011100 | 1011100 | 10110011 | 0 | 111010 | 10011 | 1110 | 100111111 | 1000001 | 111101 |
Color Harmonies of #DC5CB3
Complementary color
Monochromatic Colors of #DC5CB3
Black with #DC5CB3
Text Example
Text Example
White with #DC5CB3
Text Example
Text Example
HTML Codes & Css Web 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>