Shades of Hot Pink #DA65B2
Tints of Hot Pink #DA65B2
RGB
CMYK
RGB Variations
Color information
#DA65B2 (or 0xDA65B2) is known color: Hot Pink. HEX triplet: DA, 65 and B2. RGB value is (218,101,178). Sum of RGB (Red+Green+Blue) = 218+101+178=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA65B2 is #259A4D. Grayscale: #909090. Windows color (decimal): -2464334 or 11691482. OLE color: 11691482.
HSL color Cylindrical-coordinate representation of color #DA65B2: hue angle of 320.51º 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 #DA65B2 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 178 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.15 |
| HSL | 320.51º | 0.61% | 0.63% | - |
| HSV(B) | 320.51º | 0.54% | 0.85% | - |
| XYZ | 41.6 | 27.43 | 45.22 | - |
| YUV | 144.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 178 | 0 | 0.54 | 0.18 | 0.15 | 320.51 | 0.61 | 0.63 |
| Hex | DA | 65 | B2 | 0 | 36 | 12 | F | 141 | 3D | 3F |
| Octal | 332 | 145 | 262 | 0 | 66 | 22 | 17 | 501 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10110010 | 0 | 110110 | 10010 | 1111 | 101000001 | 111101 | 111111 |
Color Harmonies of #DA65B2
Complementary color
Monochromatic Colors of #DA65B2
Black with #DA65B2
Text Example
Text Example
White with #DA65B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65B2; }
p { color: rgb(218,101,178); }
H1.HeaderClassName
{
color: #DA65B2;
}
.AnyTagClassName
{
color: #DA65B2;
}
</style>
background-color css
<style>
a { background-color: #DA65B2; }
a { background-color: rgb(218,101,178); }
div.DivClassName
{
background-color: #DA65B2;
}
.BgClassName
{
background-color: #DA65B2;
}
</style>
border-color css
<style>
span { border-color: #DA65B2; }
span { border-color: rgb(218,101,178); }
td.TdClassName
{
border-color: #DA65B2;
}
.TagClassName
{
border-color: #DA65B2;
}
</style>