Shades of Razzle Dazzle Rose #DA25C3
Tints of Razzle Dazzle Rose #DA25C3
RGB
CMYK
RGB Variations
Color information
#DA25C3 (or 0xDA25C3) is known color: Razzle Dazzle Rose. HEX triplet: DA, 25 and C3. RGB value is (218,37,195). Sum of RGB (Red+Green+Blue) = 218+37+195=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25C3 is #25DA3C. Grayscale: #6C6C6C. Windows color (decimal): -2480701 or 12789210. OLE color: 12789210.
HSL color Cylindrical-coordinate representation of color #DA25C3: hue angle of 307.62º 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 #DA25C3 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 195 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.15 |
| HSL | 307.62º | 0.71% | 0.5% | - |
| HSV(B) | 307.62º | 0.83% | 0.85% | - |
| XYZ | 39.43 | 20.17 | 53.44 | - |
| YUV | 109.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 195 | 0 | 0.83 | 0.11 | 0.15 | 307.62 | 0.71 | 0.5 |
| Hex | DA | 25 | C3 | 0 | 53 | B | F | 134 | 47 | 32 |
| Octal | 332 | 45 | 303 | 0 | 123 | 13 | 17 | 464 | 107 | 62 |
| Binary | 11011010 | 100101 | 11000011 | 0 | 1010011 | 1011 | 1111 | 100110100 | 1000111 | 110010 |
Color Harmonies of #DA25C3
Complementary color
Monochromatic Colors of #DA25C3
Black with #DA25C3
Text Example
Text Example
White with #DA25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25C3; }
p { color: rgb(218,37,195); }
H1.HeaderClassName
{
color: #DA25C3;
}
.AnyTagClassName
{
color: #DA25C3;
}
</style>
background-color css
<style>
a { background-color: #DA25C3; }
a { background-color: rgb(218,37,195); }
div.DivClassName
{
background-color: #DA25C3;
}
.BgClassName
{
background-color: #DA25C3;
}
</style>
border-color css
<style>
span { border-color: #DA25C3; }
span { border-color: rgb(218,37,195); }
td.TdClassName
{
border-color: #DA25C3;
}
.TagClassName
{
border-color: #DA25C3;
}
</style>