Shades of Hot Pink #DC5BB3
Tints of Hot Pink #DC5BB3
RGB
CMYK
RGB Variations
Color information
#DC5BB3 (or 0xDC5BB3) is known color: Hot Pink. HEX triplet: DC, 5B and B3. RGB value is (220,91,179). Sum of RGB (Red+Green+Blue) = 220+91+179=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5BB3 is #23A44C. Grayscale: #8B8B8B. Windows color (decimal): -2335821 or 11754460. OLE color: 11754460.
HSL color Cylindrical-coordinate representation of color #DC5BB3: hue angle of 319.07º 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 #DC5BB3 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 179 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.14 |
| HSL | 319.07º | 0.65% | 0.61% | - |
| HSV(B) | 319.07º | 0.59% | 0.86% | - |
| XYZ | 41.39 | 25.95 | 45.48 | - |
| YUV | 139.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 179 | 0 | 0.59 | 0.19 | 0.14 | 319.07 | 0.65 | 0.61 |
| Hex | DC | 5B | B3 | 0 | 3B | 13 | E | 13F | 41 | 3D |
| Octal | 334 | 133 | 263 | 0 | 73 | 23 | 16 | 477 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10110011 | 0 | 111011 | 10011 | 1110 | 100111111 | 1000001 | 111101 |
Color Harmonies of #DC5BB3
Complementary color
Monochromatic Colors of #DC5BB3
Black with #DC5BB3
Text Example
Text Example
White with #DC5BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BB3; }
p { color: rgb(220,91,179); }
H1.HeaderClassName
{
color: #DC5BB3;
}
.AnyTagClassName
{
color: #DC5BB3;
}
</style>
background-color css
<style>
a { background-color: #DC5BB3; }
a { background-color: rgb(220,91,179); }
div.DivClassName
{
background-color: #DC5BB3;
}
.BgClassName
{
background-color: #DC5BB3;
}
</style>
border-color css
<style>
span { border-color: #DC5BB3; }
span { border-color: rgb(220,91,179); }
td.TdClassName
{
border-color: #DC5BB3;
}
.TagClassName
{
border-color: #DC5BB3;
}
</style>