Shades of Hot Pink #DA66B2
Tints of Hot Pink #DA66B2
RGB
CMYK
RGB Variations
Color information
#DA66B2 (or 0xDA66B2) is known color: Hot Pink. HEX triplet: DA, 66 and B2. RGB value is (218,102,178). Sum of RGB (Red+Green+Blue) = 218+102+178=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66B2 is #25994D. Grayscale: #919191. Windows color (decimal): -2464078 or 11691738. OLE color: 11691738.
HSL color Cylindrical-coordinate representation of color #DA66B2: hue angle of 320.69º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66B2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 178 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.15 |
| HSL | 320.69º | 0.61% | 0.63% | - |
| HSV(B) | 320.69º | 0.53% | 0.85% | - |
| XYZ | 41.7 | 27.62 | 45.25 | - |
| YUV | 145.35 | 146.43 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 178 | 0 | 0.53 | 0.18 | 0.15 | 320.69 | 0.61 | 0.63 |
| Hex | DA | 66 | B2 | 0 | 35 | 12 | F | 141 | 3D | 3F |
| Octal | 332 | 146 | 262 | 0 | 65 | 22 | 17 | 501 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10110010 | 0 | 110101 | 10010 | 1111 | 101000001 | 111101 | 111111 |
Color Harmonies of #DA66B2
Complementary color
Monochromatic Colors of #DA66B2
Black with #DA66B2
Text Example
Text Example
White with #DA66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66B2; }
p { color: rgb(218,102,178); }
H1.HeaderClassName
{
color: #DA66B2;
}
.AnyTagClassName
{
color: #DA66B2;
}
</style>
background-color css
<style>
a { background-color: #DA66B2; }
a { background-color: rgb(218,102,178); }
div.DivClassName
{
background-color: #DA66B2;
}
.BgClassName
{
background-color: #DA66B2;
}
</style>
border-color css
<style>
span { border-color: #DA66B2; }
span { border-color: rgb(218,102,178); }
td.TdClassName
{
border-color: #DA66B2;
}
.TagClassName
{
border-color: #DA66B2;
}
</style>