Shades of Hot Pink #DB61B3
Tints of Hot Pink #DB61B3
RGB
CMYK
RGB Variations
Color information
#DB61B3 (or 0xDB61B3) is known color: Hot Pink. HEX triplet: DB, 61 and B3. RGB value is (219,97,179). Sum of RGB (Red+Green+Blue) = 219+97+179=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61B3 is #249E4C. Grayscale: #8E8E8E. Windows color (decimal): -2399821 or 11755995. OLE color: 11755995.
HSL color Cylindrical-coordinate representation of color #DB61B3: hue angle of 319.67º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61B3 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 179 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.14 |
| HSL | 319.67º | 0.63% | 0.62% | - |
| HSV(B) | 319.67º | 0.56% | 0.86% | - |
| XYZ | 41.62 | 26.86 | 45.64 | - |
| YUV | 142.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 179 | 0 | 0.56 | 0.18 | 0.14 | 319.67 | 0.63 | 0.62 |
| Hex | DB | 61 | B3 | 0 | 38 | 12 | E | 140 | 3F | 3E |
| Octal | 333 | 141 | 263 | 0 | 70 | 22 | 16 | 500 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10110011 | 0 | 111000 | 10010 | 1110 | 101000000 | 111111 | 111110 |
Color Harmonies of #DB61B3
Complementary color
Monochromatic Colors of #DB61B3
Black with #DB61B3
Text Example
Text Example
White with #DB61B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61B3; }
p { color: rgb(219,97,179); }
H1.HeaderClassName
{
color: #DB61B3;
}
.AnyTagClassName
{
color: #DB61B3;
}
</style>
background-color css
<style>
a { background-color: #DB61B3; }
a { background-color: rgb(219,97,179); }
div.DivClassName
{
background-color: #DB61B3;
}
.BgClassName
{
background-color: #DB61B3;
}
</style>
border-color css
<style>
span { border-color: #DB61B3; }
span { border-color: rgb(219,97,179); }
td.TdClassName
{
border-color: #DB61B3;
}
.TagClassName
{
border-color: #DB61B3;
}
</style>