Shades of Hot Pink #DB65B3
Tints of Hot Pink #DB65B3
RGB
CMYK
RGB Variations
Color information
#DB65B3 (or 0xDB65B3) is known color: Hot Pink. HEX triplet: DB, 65 and B3. RGB value is (219,101,179). Sum of RGB (Red+Green+Blue) = 219+101+179=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65B3 is #249A4C. Grayscale: #909090. Windows color (decimal): -2398797 or 11757019. OLE color: 11757019.
HSL color Cylindrical-coordinate representation of color #DB65B3: hue angle of 320.34º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65B3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 179 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.14 |
| HSL | 320.34º | 0.62% | 0.63% | - |
| HSV(B) | 320.34º | 0.54% | 0.86% | - |
| XYZ | 42 | 27.62 | 45.77 | - |
| YUV | 145.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 179 | 0 | 0.54 | 0.18 | 0.14 | 320.34 | 0.62 | 0.63 |
| Hex | DB | 65 | B3 | 0 | 36 | 12 | E | 140 | 3E | 3F |
| Octal | 333 | 145 | 263 | 0 | 66 | 22 | 16 | 500 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10110011 | 0 | 110110 | 10010 | 1110 | 101000000 | 111110 | 111111 |
Color Harmonies of #DB65B3
Complementary color
Monochromatic Colors of #DB65B3
Black with #DB65B3
Text Example
Text Example
White with #DB65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65B3; }
p { color: rgb(219,101,179); }
H1.HeaderClassName
{
color: #DB65B3;
}
.AnyTagClassName
{
color: #DB65B3;
}
</style>
background-color css
<style>
a { background-color: #DB65B3; }
a { background-color: rgb(219,101,179); }
div.DivClassName
{
background-color: #DB65B3;
}
.BgClassName
{
background-color: #DB65B3;
}
</style>
border-color css
<style>
span { border-color: #DB65B3; }
span { border-color: rgb(219,101,179); }
td.TdClassName
{
border-color: #DB65B3;
}
.TagClassName
{
border-color: #DB65B3;
}
</style>