Shades of Hot Pink #DA65B1
Tints of Hot Pink #DA65B1
RGB
CMYK
RGB Variations
Color information
#DA65B1 (or 0xDA65B1) is known color: Hot Pink. HEX triplet: DA, 65 and B1. RGB value is (218,101,177). Sum of RGB (Red+Green+Blue) = 218+101+177=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA65B1 is #259A4E. Grayscale: #909090. Windows color (decimal): -2464335 or 11625946. OLE color: 11625946.
HSL color Cylindrical-coordinate representation of color #DA65B1: hue angle of 321.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65B1 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 177 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.15 |
| HSL | 321.03º | 0.61% | 0.63% | - |
| HSV(B) | 321.03º | 0.54% | 0.85% | - |
| XYZ | 41.5 | 27.39 | 44.69 | - |
| YUV | 144.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 177 | 0 | 0.54 | 0.19 | 0.15 | 321.03 | 0.61 | 0.63 |
| Hex | DA | 65 | B1 | 0 | 36 | 13 | F | 141 | 3D | 3F |
| Octal | 332 | 145 | 261 | 0 | 66 | 23 | 17 | 501 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10110001 | 0 | 110110 | 10011 | 1111 | 101000001 | 111101 | 111111 |
Color Harmonies of #DA65B1
Complementary color
Monochromatic Colors of #DA65B1
Black with #DA65B1
Text Example
Text Example
White with #DA65B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65B1; }
p { color: rgb(218,101,177); }
H1.HeaderClassName
{
color: #DA65B1;
}
.AnyTagClassName
{
color: #DA65B1;
}
</style>
background-color css
<style>
a { background-color: #DA65B1; }
a { background-color: rgb(218,101,177); }
div.DivClassName
{
background-color: #DA65B1;
}
.BgClassName
{
background-color: #DA65B1;
}
</style>
border-color css
<style>
span { border-color: #DA65B1; }
span { border-color: rgb(218,101,177); }
td.TdClassName
{
border-color: #DA65B1;
}
.TagClassName
{
border-color: #DA65B1;
}
</style>