Shades of Hot Pink #DA68B5
Tints of Hot Pink #DA68B5
RGB
CMYK
RGB Variations
Color information
#DA68B5 (or 0xDA68B5) is known color: Hot Pink. HEX triplet: DA, 68 and B5. RGB value is (218,104,181). Sum of RGB (Red+Green+Blue) = 218+104+181=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68B5 is #25974A. Grayscale: #929292. Windows color (decimal): -2463563 or 11888858. OLE color: 11888858.
HSL color Cylindrical-coordinate representation of color #DA68B5: hue angle of 319.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68B5 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 181 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.15 |
| HSL | 319.47º | 0.61% | 0.63% | - |
| HSV(B) | 319.47º | 0.52% | 0.85% | - |
| XYZ | 42.2 | 28.14 | 46.92 | - |
| YUV | 146.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 181 | 0 | 0.52 | 0.17 | 0.15 | 319.47 | 0.61 | 0.63 |
| Hex | DA | 68 | B5 | 0 | 34 | 11 | F | 13F | 3D | 3F |
| Octal | 332 | 150 | 265 | 0 | 64 | 21 | 17 | 477 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10110101 | 0 | 110100 | 10001 | 1111 | 100111111 | 111101 | 111111 |
Color Harmonies of #DA68B5
Complementary color
Monochromatic Colors of #DA68B5
Black with #DA68B5
Text Example
Text Example
White with #DA68B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68B5; }
p { color: rgb(218,104,181); }
H1.HeaderClassName
{
color: #DA68B5;
}
.AnyTagClassName
{
color: #DA68B5;
}
</style>
background-color css
<style>
a { background-color: #DA68B5; }
a { background-color: rgb(218,104,181); }
div.DivClassName
{
background-color: #DA68B5;
}
.BgClassName
{
background-color: #DA68B5;
}
</style>
border-color css
<style>
span { border-color: #DA68B5; }
span { border-color: rgb(218,104,181); }
td.TdClassName
{
border-color: #DA68B5;
}
.TagClassName
{
border-color: #DA68B5;
}
</style>