Shades of Hot Pink #DF67B3
Tints of Hot Pink #DF67B3
RGB
CMYK
RGB Variations
Color information
#DF67B3 (or 0xDF67B3) is known color: Hot Pink. HEX triplet: DF, 67 and B3. RGB value is (223,103,179). Sum of RGB (Red+Green+Blue) = 223+103+179=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67B3 is #20984C. Grayscale: #939393. Windows color (decimal): -2136141 or 11757535. OLE color: 11757535.
HSL color Cylindrical-coordinate representation of color #DF67B3: hue angle of 322º 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 #DF67B3 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 179 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.13 |
| HSL | 322º | 0.65% | 0.64% | - |
| HSV(B) | 322º | 0.54% | 0.87% | - |
| XYZ | 43.42 | 28.64 | 45.89 | - |
| YUV | 147.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 179 | 0 | 0.54 | 0.20 | 0.13 | 322 | 0.65 | 0.64 |
| Hex | DF | 67 | B3 | 0 | 36 | 14 | D | 142 | 41 | 40 |
| Octal | 337 | 147 | 263 | 0 | 66 | 24 | 15 | 502 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10110011 | 0 | 110110 | 10100 | 1101 | 101000010 | 1000001 | 1000000 |
Color Harmonies of #DF67B3
Complementary color
Monochromatic Colors of #DF67B3
Black with #DF67B3
Text Example
Text Example
White with #DF67B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67B3; }
p { color: rgb(223,103,179); }
H1.HeaderClassName
{
color: #DF67B3;
}
.AnyTagClassName
{
color: #DF67B3;
}
</style>
background-color css
<style>
a { background-color: #DF67B3; }
a { background-color: rgb(223,103,179); }
div.DivClassName
{
background-color: #DF67B3;
}
.BgClassName
{
background-color: #DF67B3;
}
</style>
border-color css
<style>
span { border-color: #DF67B3; }
span { border-color: rgb(223,103,179); }
td.TdClassName
{
border-color: #DF67B3;
}
.TagClassName
{
border-color: #DF67B3;
}
</style>