Shades of Hot Pink #DA6AB2
Tints of Hot Pink #DA6AB2
RGB
CMYK
RGB Variations
Color information
#DA6AB2 (or 0xDA6AB2) is known color: Hot Pink. HEX triplet: DA, 6A and B2. RGB value is (218,106,178). Sum of RGB (Red+Green+Blue) = 218+106+178=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6AB2 is #25954D. Grayscale: #939393. Windows color (decimal): -2463054 or 11692762. OLE color: 11692762.
HSL color Cylindrical-coordinate representation of color #DA6AB2: hue angle of 321.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AB2 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 178 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.15 |
| HSL | 321.43º | 0.6% | 0.64% | - |
| HSV(B) | 321.43º | 0.51% | 0.85% | - |
| XYZ | 42.1 | 28.43 | 45.39 | - |
| YUV | 147.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 178 | 0 | 0.51 | 0.18 | 0.15 | 321.43 | 0.6 | 0.64 |
| Hex | DA | 6A | B2 | 0 | 33 | 12 | F | 141 | 3C | 40 |
| Octal | 332 | 152 | 262 | 0 | 63 | 22 | 17 | 501 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10110010 | 0 | 110011 | 10010 | 1111 | 101000001 | 111100 | 1000000 |
Color Harmonies of #DA6AB2
Complementary color
Monochromatic Colors of #DA6AB2
Black with #DA6AB2
Text Example
Text Example
White with #DA6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6AB2; }
p { color: rgb(218,106,178); }
H1.HeaderClassName
{
color: #DA6AB2;
}
.AnyTagClassName
{
color: #DA6AB2;
}
</style>
background-color css
<style>
a { background-color: #DA6AB2; }
a { background-color: rgb(218,106,178); }
div.DivClassName
{
background-color: #DA6AB2;
}
.BgClassName
{
background-color: #DA6AB2;
}
</style>
border-color css
<style>
span { border-color: #DA6AB2; }
span { border-color: rgb(218,106,178); }
td.TdClassName
{
border-color: #DA6AB2;
}
.TagClassName
{
border-color: #DA6AB2;
}
</style>