Shades of Hot Pink #DD69B3
Tints of Hot Pink #DD69B3
RGB
CMYK
RGB Variations
Color information
#DD69B3 (or 0xDD69B3) is known color: Hot Pink. HEX triplet: DD, 69 and B3. RGB value is (221,105,179). Sum of RGB (Red+Green+Blue) = 221+105+179=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69B3 is #22964C. Grayscale: #939393. Windows color (decimal): -2266701 or 11758045. OLE color: 11758045.
HSL color Cylindrical-coordinate representation of color #DD69B3: hue angle of 321.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69B3 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 179 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.13 |
| HSL | 321.72º | 0.63% | 0.64% | - |
| HSV(B) | 321.72º | 0.52% | 0.87% | - |
| XYZ | 43.01 | 28.73 | 45.93 | - |
| YUV | 148.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 179 | 0 | 0.52 | 0.19 | 0.13 | 321.72 | 0.63 | 0.64 |
| Hex | DD | 69 | B3 | 0 | 34 | 13 | D | 142 | 3F | 40 |
| Octal | 335 | 151 | 263 | 0 | 64 | 23 | 15 | 502 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10110011 | 0 | 110100 | 10011 | 1101 | 101000010 | 111111 | 1000000 |
Color Harmonies of #DD69B3
Complementary color
Monochromatic Colors of #DD69B3
Black with #DD69B3
Text Example
Text Example
White with #DD69B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69B3; }
p { color: rgb(221,105,179); }
H1.HeaderClassName
{
color: #DD69B3;
}
.AnyTagClassName
{
color: #DD69B3;
}
</style>
background-color css
<style>
a { background-color: #DD69B3; }
a { background-color: rgb(221,105,179); }
div.DivClassName
{
background-color: #DD69B3;
}
.BgClassName
{
background-color: #DD69B3;
}
</style>
border-color css
<style>
span { border-color: #DD69B3; }
span { border-color: rgb(221,105,179); }
td.TdClassName
{
border-color: #DD69B3;
}
.TagClassName
{
border-color: #DD69B3;
}
</style>