Shades of Hot Pink #DA63B3
Tints of Hot Pink #DA63B3
RGB
CMYK
RGB Variations
Color information
#DA63B3 (or 0xDA63B3) is known color: Hot Pink. HEX triplet: DA, 63 and B3. RGB value is (218,99,179). Sum of RGB (Red+Green+Blue) = 218+99+179=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63B3 is #259C4C. Grayscale: #8F8F8F. Windows color (decimal): -2464845 or 11756506. OLE color: 11756506.
HSL color Cylindrical-coordinate representation of color #DA63B3: hue angle of 319.66º 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 #DA63B3 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 179 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.15 |
| HSL | 319.66º | 0.62% | 0.62% | - |
| HSV(B) | 319.66º | 0.55% | 0.85% | - |
| XYZ | 41.51 | 27.08 | 45.69 | - |
| YUV | 143.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 179 | 0 | 0.55 | 0.18 | 0.15 | 319.66 | 0.62 | 0.62 |
| Hex | DA | 63 | B3 | 0 | 37 | 12 | F | 140 | 3E | 3E |
| Octal | 332 | 143 | 263 | 0 | 67 | 22 | 17 | 500 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10110011 | 0 | 110111 | 10010 | 1111 | 101000000 | 111110 | 111110 |
Color Harmonies of #DA63B3
Complementary color
Monochromatic Colors of #DA63B3
Black with #DA63B3
Text Example
Text Example
White with #DA63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63B3; }
p { color: rgb(218,99,179); }
H1.HeaderClassName
{
color: #DA63B3;
}
.AnyTagClassName
{
color: #DA63B3;
}
</style>
background-color css
<style>
a { background-color: #DA63B3; }
a { background-color: rgb(218,99,179); }
div.DivClassName
{
background-color: #DA63B3;
}
.BgClassName
{
background-color: #DA63B3;
}
</style>
border-color css
<style>
span { border-color: #DA63B3; }
span { border-color: rgb(218,99,179); }
td.TdClassName
{
border-color: #DA63B3;
}
.TagClassName
{
border-color: #DA63B3;
}
</style>