Shades of Hot Pink #DA65B3
Tints of Hot Pink #DA65B3
RGB
CMYK
RGB Variations
Color information
#DA65B3 (or 0xDA65B3) is known color: Hot Pink. HEX triplet: DA, 65 and B3. RGB value is (218,101,179). Sum of RGB (Red+Green+Blue) = 218+101+179=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65B3 is #259A4C. Grayscale: #909090. Windows color (decimal): -2464333 or 11757018. OLE color: 11757018.
HSL color Cylindrical-coordinate representation of color #DA65B3: hue angle of 320º 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 #DA65B3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 179 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.15 |
| HSL | 320º | 0.61% | 0.63% | - |
| HSV(B) | 320º | 0.54% | 0.85% | - |
| XYZ | 41.7 | 27.47 | 45.75 | - |
| YUV | 144.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 179 | 0 | 0.54 | 0.18 | 0.15 | 320 | 0.61 | 0.63 |
| Hex | DA | 65 | B3 | 0 | 36 | 12 | F | 140 | 3D | 3F |
| Octal | 332 | 145 | 263 | 0 | 66 | 22 | 17 | 500 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10110011 | 0 | 110110 | 10010 | 1111 | 101000000 | 111101 | 111111 |
Color Harmonies of #DA65B3
Complementary color
Monochromatic Colors of #DA65B3
Black with #DA65B3
Text Example
Text Example
White with #DA65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65B3; }
p { color: rgb(218,101,179); }
H1.HeaderClassName
{
color: #DA65B3;
}
.AnyTagClassName
{
color: #DA65B3;
}
</style>
background-color css
<style>
a { background-color: #DA65B3; }
a { background-color: rgb(218,101,179); }
div.DivClassName
{
background-color: #DA65B3;
}
.BgClassName
{
background-color: #DA65B3;
}
</style>
border-color css
<style>
span { border-color: #DA65B3; }
span { border-color: rgb(218,101,179); }
td.TdClassName
{
border-color: #DA65B3;
}
.TagClassName
{
border-color: #DA65B3;
}
</style>