Shades of Razzle Dazzle Rose #DA34C6
Tints of Razzle Dazzle Rose #DA34C6
RGB
CMYK
RGB Variations
Color information
#DA34C6 (or 0xDA34C6) is known color: Razzle Dazzle Rose. HEX triplet: DA, 34 and C6. RGB value is (218,52,198). Sum of RGB (Red+Green+Blue) = 218+52+198=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA34C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA34C6 is #25CB39. Grayscale: #757575. Windows color (decimal): -2476858 or 12989658. OLE color: 12989658.
HSL color Cylindrical-coordinate representation of color #DA34C6: hue angle of 307.23º 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 #DA34C6 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 198 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.15 |
| HSL | 307.23º | 0.69% | 0.53% | - |
| HSV(B) | 307.23º | 0.76% | 0.85% | - |
| XYZ | 40.33 | 21.44 | 55.44 | - |
| YUV | 118.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 198 | 0 | 0.76 | 0.09 | 0.15 | 307.23 | 0.69 | 0.53 |
| Hex | DA | 34 | C6 | 0 | 4C | 9 | F | 133 | 45 | 35 |
| Octal | 332 | 64 | 306 | 0 | 114 | 11 | 17 | 463 | 105 | 65 |
| Binary | 11011010 | 110100 | 11000110 | 0 | 1001100 | 1001 | 1111 | 100110011 | 1000101 | 110101 |
Color Harmonies of #DA34C6
Complementary color
Monochromatic Colors of #DA34C6
Black with #DA34C6
Text Example
Text Example
White with #DA34C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA34C6; }
p { color: rgb(218,52,198); }
H1.HeaderClassName
{
color: #DA34C6;
}
.AnyTagClassName
{
color: #DA34C6;
}
</style>
background-color css
<style>
a { background-color: #DA34C6; }
a { background-color: rgb(218,52,198); }
div.DivClassName
{
background-color: #DA34C6;
}
.BgClassName
{
background-color: #DA34C6;
}
</style>
border-color css
<style>
span { border-color: #DA34C6; }
span { border-color: rgb(218,52,198); }
td.TdClassName
{
border-color: #DA34C6;
}
.TagClassName
{
border-color: #DA34C6;
}
</style>