Shades of Spicy Pink #DA25B3
Tints of Spicy Pink #DA25B3
RGB
CMYK
RGB Variations
Color information
#DA25B3 (or 0xDA25B3) is known color: Spicy Pink. HEX triplet: DA, 25 and B3. RGB value is (218,37,179). Sum of RGB (Red+Green+Blue) = 218+37+179=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25B3 is #25DA4C. Grayscale: #6A6A6A. Windows color (decimal): -2480717 or 11740634. OLE color: 11740634.
HSL color Cylindrical-coordinate representation of color #DA25B3: hue angle of 312.93º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25B3 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 179 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 312.93º | 0.71% | 0.5% | - |
| HSV(B) | 312.93º | 0.83% | 0.85% | - |
| XYZ | 37.71 | 19.48 | 44.42 | - |
| YUV | 107.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 179 | 0 | 0.83 | 0.18 | 0.15 | 312.93 | 0.71 | 0.5 |
| Hex | DA | 25 | B3 | 0 | 53 | 12 | F | 139 | 47 | 32 |
| Octal | 332 | 45 | 263 | 0 | 123 | 22 | 17 | 471 | 107 | 62 |
| Binary | 11011010 | 100101 | 10110011 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1000111 | 110010 |
Color Harmonies of #DA25B3
Complementary color
Monochromatic Colors of #DA25B3
Black with #DA25B3
Text Example
Text Example
White with #DA25B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25B3; }
p { color: rgb(218,37,179); }
H1.HeaderClassName
{
color: #DA25B3;
}
.AnyTagClassName
{
color: #DA25B3;
}
</style>
background-color css
<style>
a { background-color: #DA25B3; }
a { background-color: rgb(218,37,179); }
div.DivClassName
{
background-color: #DA25B3;
}
.BgClassName
{
background-color: #DA25B3;
}
</style>
border-color css
<style>
span { border-color: #DA25B3; }
span { border-color: rgb(218,37,179); }
td.TdClassName
{
border-color: #DA25B3;
}
.TagClassName
{
border-color: #DA25B3;
}
</style>