Shades of Razzle Dazzle Rose #FF2DC4
Tints of Razzle Dazzle Rose #FF2DC4
RGB
CMYK
RGB Variations
Color information
#FF2DC4 (or 0xFF2DC4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2D and C4. RGB value is (255,45,196). Sum of RGB (Red+Green+Blue) = 255+45+196=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DC4 is #00D23B. Grayscale: #7C7C7C. Windows color (decimal): -53820 or 12856831. OLE color: 12856831.
HSL color Cylindrical-coordinate representation of color #FF2DC4: hue angle of 316.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2DC4 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 196 | - |
| CMYK | 0 | 0.82 | 0.23 | 0 |
| HSL | 316.86º | 1% | 0.59% | - |
| HSV(B) | 316.86º | 0.82% | 1% | - |
| XYZ | 52.14 | 27.12 | 54.71 | - |
| YUV | 125 | 168.07 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 196 | 0 | 0.82 | 0.23 | 0 | 316.86 | 1 | 0.59 |
| Hex | FF | 2D | C4 | 0 | 52 | 17 | 0 | 13D | 64 | 3B |
| Octal | 377 | 55 | 304 | 0 | 122 | 27 | 0 | 475 | 144 | 73 |
| Binary | 11111111 | 101101 | 11000100 | 0 | 1010010 | 10111 | 0 | 100111101 | 1100100 | 111011 |
Color Harmonies of #FF2DC4
Complementary color
Monochromatic Colors of #FF2DC4
Black with #FF2DC4
Text Example
Text Example
White with #FF2DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DC4; }
p { color: rgb(255,45,196); }
H1.HeaderClassName
{
color: #FF2DC4;
}
.AnyTagClassName
{
color: #FF2DC4;
}
</style>
background-color css
<style>
a { background-color: #FF2DC4; }
a { background-color: rgb(255,45,196); }
div.DivClassName
{
background-color: #FF2DC4;
}
.BgClassName
{
background-color: #FF2DC4;
}
</style>
border-color css
<style>
span { border-color: #FF2DC4; }
span { border-color: rgb(255,45,196); }
td.TdClassName
{
border-color: #FF2DC4;
}
.TagClassName
{
border-color: #FF2DC4;
}
</style>