Shades of Hot Pink #DD60B4
Tints of Hot Pink #DD60B4
RGB
CMYK
RGB Variations
Color information
#DD60B4 (or 0xDD60B4) is known color: Hot Pink. HEX triplet: DD, 60 and B4. RGB value is (221,96,180). Sum of RGB (Red+Green+Blue) = 221+96+180=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60B4 is #229F4B. Grayscale: #8E8E8E. Windows color (decimal): -2269004 or 11821277. OLE color: 11821277.
HSL color Cylindrical-coordinate representation of color #DD60B4: hue angle of 319.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60B4 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 180 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.13 |
| HSL | 319.68º | 0.65% | 0.62% | - |
| HSV(B) | 319.68º | 0.57% | 0.87% | - |
| XYZ | 42.24 | 27.03 | 46.17 | - |
| YUV | 142.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 180 | 0 | 0.57 | 0.19 | 0.13 | 319.68 | 0.65 | 0.62 |
| Hex | DD | 60 | B4 | 0 | 39 | 13 | D | 140 | 41 | 3E |
| Octal | 335 | 140 | 264 | 0 | 71 | 23 | 15 | 500 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10110100 | 0 | 111001 | 10011 | 1101 | 101000000 | 1000001 | 111110 |
Color Harmonies of #DD60B4
Complementary color
Monochromatic Colors of #DD60B4
Black with #DD60B4
Text Example
Text Example
White with #DD60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60B4; }
p { color: rgb(221,96,180); }
H1.HeaderClassName
{
color: #DD60B4;
}
.AnyTagClassName
{
color: #DD60B4;
}
</style>
background-color css
<style>
a { background-color: #DD60B4; }
a { background-color: rgb(221,96,180); }
div.DivClassName
{
background-color: #DD60B4;
}
.BgClassName
{
background-color: #DD60B4;
}
</style>
border-color css
<style>
span { border-color: #DD60B4; }
span { border-color: rgb(221,96,180); }
td.TdClassName
{
border-color: #DD60B4;
}
.TagClassName
{
border-color: #DD60B4;
}
</style>