Shades of Persian Rose #FF3DB3
Tints of Persian Rose #FF3DB3
RGB
CMYK
RGB Variations
Color information
#FF3DB3 (or 0xFF3DB3) is known color: Persian Rose. HEX triplet: FF, 3D and B3. RGB value is (255,61,179). Sum of RGB (Red+Green+Blue) = 255+61+179=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3DB3 is #00C24C. Grayscale: #848484. Windows color (decimal): -49741 or 11746815. OLE color: 11746815.
HSL color Cylindrical-coordinate representation of color #FF3DB3: hue angle of 323.51º 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 #FF3DB3 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 179 | - |
| CMYK | 0 | 0.76 | 0.30 | 0 |
| HSL | 323.51º | 1% | 0.62% | - |
| HSV(B) | 323.51º | 0.76% | 1% | - |
| XYZ | 51.05 | 27.85 | 45.33 | - |
| YUV | 132.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 179 | 0 | 0.76 | 0.30 | 0 | 323.51 | 1 | 0.62 |
| Hex | FF | 3D | B3 | 0 | 4C | 1E | 0 | 144 | 64 | 3E |
| Octal | 377 | 75 | 263 | 0 | 114 | 36 | 0 | 504 | 144 | 76 |
| Binary | 11111111 | 111101 | 10110011 | 0 | 1001100 | 11110 | 0 | 101000100 | 1100100 | 111110 |
Color Harmonies of #FF3DB3
Complementary color
Monochromatic Colors of #FF3DB3
Black with #FF3DB3
Text Example
Text Example
White with #FF3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DB3; }
p { color: rgb(255,61,179); }
H1.HeaderClassName
{
color: #FF3DB3;
}
.AnyTagClassName
{
color: #FF3DB3;
}
</style>
background-color css
<style>
a { background-color: #FF3DB3; }
a { background-color: rgb(255,61,179); }
div.DivClassName
{
background-color: #FF3DB3;
}
.BgClassName
{
background-color: #FF3DB3;
}
</style>
border-color css
<style>
span { border-color: #FF3DB3; }
span { border-color: rgb(255,61,179); }
td.TdClassName
{
border-color: #FF3DB3;
}
.TagClassName
{
border-color: #FF3DB3;
}
</style>