Shades of Hollywood Cerise #DA13AF
Tints of Hollywood Cerise #DA13AF
RGB
CMYK
RGB Variations
Color information
#DA13AF (or 0xDA13AF) is known color: Hollywood Cerise. HEX triplet: DA, 13 and AF. RGB value is (218,19,175). Sum of RGB (Red+Green+Blue) = 218+19+175=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA13AF is #25EC50. Grayscale: #5F5F5F. Windows color (decimal): -2485329 or 11473882. OLE color: 11473882.
HSL color Cylindrical-coordinate representation of color #DA13AF: hue angle of 312.96º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13AF is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 175 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.15 |
| HSL | 312.96º | 0.84% | 0.46% | - |
| HSV(B) | 312.96º | 0.91% | 0.85% | - |
| XYZ | 36.88 | 18.47 | 42.18 | - |
| YUV | 96.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 175 | 0 | 0.91 | 0.20 | 0.15 | 312.96 | 0.84 | 0.46 |
| Hex | DA | 13 | AF | 0 | 5B | 14 | F | 139 | 54 | 2E |
| Octal | 332 | 23 | 257 | 0 | 133 | 24 | 17 | 471 | 124 | 56 |
| Binary | 11011010 | 10011 | 10101111 | 0 | 1011011 | 10100 | 1111 | 100111001 | 1010100 | 101110 |
Color Harmonies of #DA13AF
Complementary color
Monochromatic Colors of #DA13AF
Black with #DA13AF
Text Example
Text Example
White with #DA13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA13AF; }
p { color: rgb(218,19,175); }
H1.HeaderClassName
{
color: #DA13AF;
}
.AnyTagClassName
{
color: #DA13AF;
}
</style>
background-color css
<style>
a { background-color: #DA13AF; }
a { background-color: rgb(218,19,175); }
div.DivClassName
{
background-color: #DA13AF;
}
.BgClassName
{
background-color: #DA13AF;
}
</style>
border-color css
<style>
span { border-color: #DA13AF; }
span { border-color: rgb(218,19,175); }
td.TdClassName
{
border-color: #DA13AF;
}
.TagClassName
{
border-color: #DA13AF;
}
</style>