Shades of Hot Pink #DF67B6
Tints of Hot Pink #DF67B6
RGB
CMYK
RGB Variations
Color information
#DF67B6 (or 0xDF67B6) is known color: Hot Pink. HEX triplet: DF, 67 and B6. RGB value is (223,103,182). Sum of RGB (Red+Green+Blue) = 223+103+182=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67B6 is #209849. Grayscale: #939393. Windows color (decimal): -2136138 or 11954143. OLE color: 11954143.
HSL color Cylindrical-coordinate representation of color #DF67B6: hue angle of 320.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67B6 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 182 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.13 |
| HSL | 320.5º | 0.65% | 0.64% | - |
| HSV(B) | 320.5º | 0.54% | 0.87% | - |
| XYZ | 43.73 | 28.77 | 47.5 | - |
| YUV | 147.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 182 | 0 | 0.54 | 0.18 | 0.13 | 320.5 | 0.65 | 0.64 |
| Hex | DF | 67 | B6 | 0 | 36 | 12 | D | 140 | 41 | 40 |
| Octal | 337 | 147 | 266 | 0 | 66 | 22 | 15 | 500 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10110110 | 0 | 110110 | 10010 | 1101 | 101000000 | 1000001 | 1000000 |
Color Harmonies of #DF67B6
Complementary color
Monochromatic Colors of #DF67B6
Black with #DF67B6
Text Example
Text Example
White with #DF67B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67B6; }
p { color: rgb(223,103,182); }
H1.HeaderClassName
{
color: #DF67B6;
}
.AnyTagClassName
{
color: #DF67B6;
}
</style>
background-color css
<style>
a { background-color: #DF67B6; }
a { background-color: rgb(223,103,182); }
div.DivClassName
{
background-color: #DF67B6;
}
.BgClassName
{
background-color: #DF67B6;
}
</style>
border-color css
<style>
span { border-color: #DF67B6; }
span { border-color: rgb(223,103,182); }
td.TdClassName
{
border-color: #DF67B6;
}
.TagClassName
{
border-color: #DF67B6;
}
</style>