Shades of Razzle Dazzle Rose #FF3DB5
Tints of Razzle Dazzle Rose #FF3DB5
RGB
CMYK
RGB Variations
Color information
#FF3DB5 (or 0xFF3DB5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3D and B5. RGB value is (255,61,181). Sum of RGB (Red+Green+Blue) = 255+61+181=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DB5 is #00C24A. Grayscale: #848484. Windows color (decimal): -49739 or 11877887. OLE color: 11877887.
HSL color Cylindrical-coordinate representation of color #FF3DB5: hue angle of 322.89º 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 #FF3DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 181 | - |
| CMYK | 0 | 0.76 | 0.29 | 0 |
| HSL | 322.89º | 1% | 0.62% | - |
| HSV(B) | 322.89º | 0.76% | 1% | - |
| XYZ | 51.25 | 27.93 | 46.41 | - |
| YUV | 132.69 | 155.27 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 181 | 0 | 0.76 | 0.29 | 0 | 322.89 | 1 | 0.62 |
| Hex | FF | 3D | B5 | 0 | 4C | 1D | 0 | 143 | 64 | 3E |
| Octal | 377 | 75 | 265 | 0 | 114 | 35 | 0 | 503 | 144 | 76 |
| Binary | 11111111 | 111101 | 10110101 | 0 | 1001100 | 11101 | 0 | 101000011 | 1100100 | 111110 |
Color Harmonies of #FF3DB5
Complementary color
Monochromatic Colors of #FF3DB5
Black with #FF3DB5
Text Example
Text Example
White with #FF3DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DB5; }
p { color: rgb(255,61,181); }
H1.HeaderClassName
{
color: #FF3DB5;
}
.AnyTagClassName
{
color: #FF3DB5;
}
</style>
background-color css
<style>
a { background-color: #FF3DB5; }
a { background-color: rgb(255,61,181); }
div.DivClassName
{
background-color: #FF3DB5;
}
.BgClassName
{
background-color: #FF3DB5;
}
</style>
border-color css
<style>
span { border-color: #FF3DB5; }
span { border-color: rgb(255,61,181); }
td.TdClassName
{
border-color: #FF3DB5;
}
.TagClassName
{
border-color: #FF3DB5;
}
</style>