Shades of Razzle Dazzle Rose #FF2DCB
Tints of Razzle Dazzle Rose #FF2DCB
RGB
CMYK
RGB Variations
Color information
#FF2DCB (or 0xFF2DCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2D and CB. RGB value is (255,45,203). Sum of RGB (Red+Green+Blue) = 255+45+203=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2DCB is #00D234. Grayscale: #7D7D7D. Windows color (decimal): -53813 or 13315583. OLE color: 13315583.
HSL color Cylindrical-coordinate representation of color #FF2DCB: hue angle of 314.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 #FF2DCB is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 203 | - |
| CMYK | 0 | 0.82 | 0.20 | 0 |
| HSL | 314.86º | 1% | 0.59% | - |
| HSV(B) | 314.86º | 0.82% | 1% | - |
| XYZ | 52.96 | 27.45 | 59.01 | - |
| YUV | 125.8 | 171.57 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 203 | 0 | 0.82 | 0.20 | 0 | 314.86 | 1 | 0.59 |
| Hex | FF | 2D | CB | 0 | 52 | 14 | 0 | 13B | 64 | 3B |
| Octal | 377 | 55 | 313 | 0 | 122 | 24 | 0 | 473 | 144 | 73 |
| Binary | 11111111 | 101101 | 11001011 | 0 | 1010010 | 10100 | 0 | 100111011 | 1100100 | 111011 |
Color Harmonies of #FF2DCB
Complementary color
Monochromatic Colors of #FF2DCB
Black with #FF2DCB
Text Example
Text Example
White with #FF2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2DCB; }
p { color: rgb(255,45,203); }
H1.HeaderClassName
{
color: #FF2DCB;
}
.AnyTagClassName
{
color: #FF2DCB;
}
</style>
background-color css
<style>
a { background-color: #FF2DCB; }
a { background-color: rgb(255,45,203); }
div.DivClassName
{
background-color: #FF2DCB;
}
.BgClassName
{
background-color: #FF2DCB;
}
</style>
border-color css
<style>
span { border-color: #FF2DCB; }
span { border-color: rgb(255,45,203); }
td.TdClassName
{
border-color: #FF2DCB;
}
.TagClassName
{
border-color: #FF2DCB;
}
</style>