Shades of Persian Rose #FF3DB1
Tints of Persian Rose #FF3DB1
RGB
CMYK
RGB Variations
Color information
#FF3DB1 (or 0xFF3DB1) is known color: Persian Rose. HEX triplet: FF, 3D and B1. RGB value is (255,61,177). Sum of RGB (Red+Green+Blue) = 255+61+177=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3DB1 is #00C24E. Grayscale: #838383. Windows color (decimal): -49743 or 11615743. OLE color: 11615743.
HSL color Cylindrical-coordinate representation of color #FF3DB1: hue angle of 324.12º 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 #FF3DB1 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 177 | - |
| CMYK | 0 | 0.76 | 0.31 | 0 |
| HSL | 324.12º | 1% | 0.62% | - |
| HSV(B) | 324.12º | 0.76% | 1% | - |
| XYZ | 50.84 | 27.77 | 44.28 | - |
| YUV | 132.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 177 | 0 | 0.76 | 0.31 | 0 | 324.12 | 1 | 0.62 |
| Hex | FF | 3D | B1 | 0 | 4C | 1F | 0 | 144 | 64 | 3E |
| Octal | 377 | 75 | 261 | 0 | 114 | 37 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111101 | 10110001 | 0 | 1001100 | 11111 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3DB1
Complementary color
Monochromatic Colors of #FF3DB1
Black with #FF3DB1
Text Example
Text Example
White with #FF3DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DB1; }
p { color: rgb(255,61,177); }
H1.HeaderClassName
{
color: #FF3DB1;
}
.AnyTagClassName
{
color: #FF3DB1;
}
</style>
background-color css
<style>
a { background-color: #FF3DB1; }
a { background-color: rgb(255,61,177); }
div.DivClassName
{
background-color: #FF3DB1;
}
.BgClassName
{
background-color: #FF3DB1;
}
</style>
border-color css
<style>
span { border-color: #FF3DB1; }
span { border-color: rgb(255,61,177); }
td.TdClassName
{
border-color: #FF3DB1;
}
.TagClassName
{
border-color: #FF3DB1;
}
</style>