Shades of Hot Pink #DD61B3
Tints of Hot Pink #DD61B3
RGB
CMYK
RGB Variations
Color information
#DD61B3 (or 0xDD61B3) is known color: Hot Pink. HEX triplet: DD, 61 and B3. RGB value is (221,97,179). Sum of RGB (Red+Green+Blue) = 221+97+179=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD61B3 is #229E4C. Grayscale: #8F8F8F. Windows color (decimal): -2268749 or 11755997. OLE color: 11755997.
HSL color Cylindrical-coordinate representation of color #DD61B3: hue angle of 320.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61B3 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 179 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.13 |
| HSL | 320.32º | 0.65% | 0.62% | - |
| HSV(B) | 320.32º | 0.56% | 0.87% | - |
| XYZ | 42.23 | 27.18 | 45.67 | - |
| YUV | 143.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 179 | 0 | 0.56 | 0.19 | 0.13 | 320.32 | 0.65 | 0.62 |
| Hex | DD | 61 | B3 | 0 | 38 | 13 | D | 140 | 41 | 3E |
| Octal | 335 | 141 | 263 | 0 | 70 | 23 | 15 | 500 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10110011 | 0 | 111000 | 10011 | 1101 | 101000000 | 1000001 | 111110 |
Color Harmonies of #DD61B3
Complementary color
Monochromatic Colors of #DD61B3
Black with #DD61B3
Text Example
Text Example
White with #DD61B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61B3; }
p { color: rgb(221,97,179); }
H1.HeaderClassName
{
color: #DD61B3;
}
.AnyTagClassName
{
color: #DD61B3;
}
</style>
background-color css
<style>
a { background-color: #DD61B3; }
a { background-color: rgb(221,97,179); }
div.DivClassName
{
background-color: #DD61B3;
}
.BgClassName
{
background-color: #DD61B3;
}
</style>
border-color css
<style>
span { border-color: #DD61B3; }
span { border-color: rgb(221,97,179); }
td.TdClassName
{
border-color: #DD61B3;
}
.TagClassName
{
border-color: #DD61B3;
}
</style>