Shades of Hot Pink #DA63B4
Tints of Hot Pink #DA63B4
RGB
CMYK
RGB Variations
Color information
#DA63B4 (or 0xDA63B4) is known color: Hot Pink. HEX triplet: DA, 63 and B4. RGB value is (218,99,180). Sum of RGB (Red+Green+Blue) = 218+99+180=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63B4 is #259C4B. Grayscale: #8F8F8F. Windows color (decimal): -2464844 or 11822042. OLE color: 11822042.
HSL color Cylindrical-coordinate representation of color #DA63B4: hue angle of 319.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63B4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 180 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.15 |
| HSL | 319.16º | 0.62% | 0.62% | - |
| HSV(B) | 319.16º | 0.55% | 0.85% | - |
| XYZ | 41.61 | 27.12 | 46.22 | - |
| YUV | 143.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 180 | 0 | 0.55 | 0.17 | 0.15 | 319.16 | 0.62 | 0.62 |
| Hex | DA | 63 | B4 | 0 | 37 | 11 | F | 13F | 3E | 3E |
| Octal | 332 | 143 | 264 | 0 | 67 | 21 | 17 | 477 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10110100 | 0 | 110111 | 10001 | 1111 | 100111111 | 111110 | 111110 |
Color Harmonies of #DA63B4
Complementary color
Monochromatic Colors of #DA63B4
Black with #DA63B4
Text Example
Text Example
White with #DA63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63B4; }
p { color: rgb(218,99,180); }
H1.HeaderClassName
{
color: #DA63B4;
}
.AnyTagClassName
{
color: #DA63B4;
}
</style>
background-color css
<style>
a { background-color: #DA63B4; }
a { background-color: rgb(218,99,180); }
div.DivClassName
{
background-color: #DA63B4;
}
.BgClassName
{
background-color: #DA63B4;
}
</style>
border-color css
<style>
span { border-color: #DA63B4; }
span { border-color: rgb(218,99,180); }
td.TdClassName
{
border-color: #DA63B4;
}
.TagClassName
{
border-color: #DA63B4;
}
</style>