Shades of Hot Pink #DD69B2
Tints of Hot Pink #DD69B2
RGB
CMYK
RGB Variations
Color information
#DD69B2 (or 0xDD69B2) is known color: Hot Pink. HEX triplet: DD, 69 and B2. RGB value is (221,105,178). Sum of RGB (Red+Green+Blue) = 221+105+178=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69B2 is #22964D. Grayscale: #939393. Windows color (decimal): -2266702 or 11692509. OLE color: 11692509.
HSL color Cylindrical-coordinate representation of color #DD69B2: hue angle of 322.24º 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 #DD69B2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 178 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.13 |
| HSL | 322.24º | 0.63% | 0.64% | - |
| HSV(B) | 322.24º | 0.52% | 0.87% | - |
| XYZ | 42.91 | 28.69 | 45.4 | - |
| YUV | 148.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 178 | 0 | 0.52 | 0.19 | 0.13 | 322.24 | 0.63 | 0.64 |
| Hex | DD | 69 | B2 | 0 | 34 | 13 | D | 142 | 3F | 40 |
| Octal | 335 | 151 | 262 | 0 | 64 | 23 | 15 | 502 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10110010 | 0 | 110100 | 10011 | 1101 | 101000010 | 111111 | 1000000 |
Color Harmonies of #DD69B2
Complementary color
Monochromatic Colors of #DD69B2
Black with #DD69B2
Text Example
Text Example
White with #DD69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69B2; }
p { color: rgb(221,105,178); }
H1.HeaderClassName
{
color: #DD69B2;
}
.AnyTagClassName
{
color: #DD69B2;
}
</style>
background-color css
<style>
a { background-color: #DD69B2; }
a { background-color: rgb(221,105,178); }
div.DivClassName
{
background-color: #DD69B2;
}
.BgClassName
{
background-color: #DD69B2;
}
</style>
border-color css
<style>
span { border-color: #DD69B2; }
span { border-color: rgb(221,105,178); }
td.TdClassName
{
border-color: #DD69B2;
}
.TagClassName
{
border-color: #DD69B2;
}
</style>