Shades of Razzle Dazzle Rose #DA34C4
Tints of Razzle Dazzle Rose #DA34C4
RGB
CMYK
RGB Variations
Color information
#DA34C4 (or 0xDA34C4) is known color: Razzle Dazzle Rose. HEX triplet: DA, 34 and C4. RGB value is (218,52,196). Sum of RGB (Red+Green+Blue) = 218+52+196=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA34C4 is #25CB3B. Grayscale: #757575. Windows color (decimal): -2476860 or 12858586. OLE color: 12858586.
HSL color Cylindrical-coordinate representation of color #DA34C4: hue angle of 307.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA34C4 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 196 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.15 |
| HSL | 307.95º | 0.69% | 0.53% | - |
| HSV(B) | 307.95º | 0.76% | 0.85% | - |
| XYZ | 40.11 | 21.35 | 54.23 | - |
| YUV | 118.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 196 | 0 | 0.76 | 0.10 | 0.15 | 307.95 | 0.69 | 0.53 |
| Hex | DA | 34 | C4 | 0 | 4C | A | F | 134 | 45 | 35 |
| Octal | 332 | 64 | 304 | 0 | 114 | 12 | 17 | 464 | 105 | 65 |
| Binary | 11011010 | 110100 | 11000100 | 0 | 1001100 | 1010 | 1111 | 100110100 | 1000101 | 110101 |
Color Harmonies of #DA34C4
Complementary color
Monochromatic Colors of #DA34C4
Black with #DA34C4
Text Example
Text Example
White with #DA34C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34C4; }
p { color: rgb(218,52,196); }
H1.HeaderClassName
{
color: #DA34C4;
}
.AnyTagClassName
{
color: #DA34C4;
}
</style>
background-color css
<style>
a { background-color: #DA34C4; }
a { background-color: rgb(218,52,196); }
div.DivClassName
{
background-color: #DA34C4;
}
.BgClassName
{
background-color: #DA34C4;
}
</style>
border-color css
<style>
span { border-color: #DA34C4; }
span { border-color: rgb(218,52,196); }
td.TdClassName
{
border-color: #DA34C4;
}
.TagClassName
{
border-color: #DA34C4;
}
</style>