Shades of Razzle Dazzle Rose #FF3DCB
Tints of Razzle Dazzle Rose #FF3DCB
RGB
CMYK
RGB Variations
Color information
#FF3DCB (or 0xFF3DCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and CB. RGB value is (255,61,203). Sum of RGB (Red+Green+Blue) = 255+61+203=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DCB is #00C234. Grayscale: #868686. Windows color (decimal): -49717 or 13319679. OLE color: 13319679.
HSL color Cylindrical-coordinate representation of color #FF3DCB: hue angle of 316.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DCB is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 203 | - |
| CMYK | 0 | 0.76 | 0.20 | 0 |
| HSL | 316.08º | 1% | 0.62% | - |
| HSV(B) | 316.08º | 0.76% | 1% | - |
| XYZ | 53.69 | 28.91 | 59.25 | - |
| YUV | 135.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 203 | 0 | 0.76 | 0.20 | 0 | 316.08 | 1 | 0.62 |
| Hex | FF | 3D | CB | 0 | 4C | 14 | 0 | 13C | 64 | 3E |
| Octal | 377 | 75 | 313 | 0 | 114 | 24 | 0 | 474 | 144 | 76 |
| Binary | 11111111 | 111101 | 11001011 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100100 | 111110 |
Color Harmonies of #FF3DCB
Complementary color
Monochromatic Colors of #FF3DCB
Black with #FF3DCB
Text Example
Text Example
White with #FF3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DCB; }
p { color: rgb(255,61,203); }
H1.HeaderClassName
{
color: #FF3DCB;
}
.AnyTagClassName
{
color: #FF3DCB;
}
</style>
background-color css
<style>
a { background-color: #FF3DCB; }
a { background-color: rgb(255,61,203); }
div.DivClassName
{
background-color: #FF3DCB;
}
.BgClassName
{
background-color: #FF3DCB;
}
</style>
border-color css
<style>
span { border-color: #FF3DCB; }
span { border-color: rgb(255,61,203); }
td.TdClassName
{
border-color: #FF3DCB;
}
.TagClassName
{
border-color: #FF3DCB;
}
</style>