Shades of Hot Pink #DD65B3
Tints of Hot Pink #DD65B3
RGB
CMYK
RGB Variations
Color information
#DD65B3 (or 0xDD65B3) is known color: Hot Pink. HEX triplet: DD, 65 and B3. RGB value is (221,101,179). Sum of RGB (Red+Green+Blue) = 221+101+179=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65B3 is #229A4C. Grayscale: #919191. Windows color (decimal): -2267725 or 11757021. OLE color: 11757021.
HSL color Cylindrical-coordinate representation of color #DD65B3: hue angle of 321º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65B3 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 179 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.13 |
| HSL | 321º | 0.64% | 0.63% | - |
| HSV(B) | 321º | 0.54% | 0.87% | - |
| XYZ | 42.61 | 27.93 | 45.79 | - |
| YUV | 145.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 179 | 0 | 0.54 | 0.19 | 0.13 | 321 | 0.64 | 0.63 |
| Hex | DD | 65 | B3 | 0 | 36 | 13 | D | 141 | 40 | 3F |
| Octal | 335 | 145 | 263 | 0 | 66 | 23 | 15 | 501 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10110011 | 0 | 110110 | 10011 | 1101 | 101000001 | 1000000 | 111111 |
Color Harmonies of #DD65B3
Complementary color
Monochromatic Colors of #DD65B3
Black with #DD65B3
Text Example
Text Example
White with #DD65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65B3; }
p { color: rgb(221,101,179); }
H1.HeaderClassName
{
color: #DD65B3;
}
.AnyTagClassName
{
color: #DD65B3;
}
</style>
background-color css
<style>
a { background-color: #DD65B3; }
a { background-color: rgb(221,101,179); }
div.DivClassName
{
background-color: #DD65B3;
}
.BgClassName
{
background-color: #DD65B3;
}
</style>
border-color css
<style>
span { border-color: #DD65B3; }
span { border-color: rgb(221,101,179); }
td.TdClassName
{
border-color: #DD65B3;
}
.TagClassName
{
border-color: #DD65B3;
}
</style>