Shades of Persian Rose #FD3DB3
Tints of Persian Rose #FD3DB3
RGB
CMYK
RGB Variations
Color information
#FD3DB3 (or 0xFD3DB3) is known color: Persian Rose. HEX triplet: FD, 3D and B3. RGB value is (253,61,179). Sum of RGB (Red+Green+Blue) = 253+61+179=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3DB3 is #02C24C. Grayscale: #838383. Windows color (decimal): -180813 or 11746813. OLE color: 11746813.
HSL color Cylindrical-coordinate representation of color #FD3DB3: hue angle of 323.12º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3DB3 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 61 | 179 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.01 |
| HSL | 323.13º | 0.98% | 0.62% | - |
| HSV(B) | 323.13º | 0.76% | 0.99% | - |
| XYZ | 50.31 | 27.47 | 45.3 | - |
| YUV | 131.86 | 154.61 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 61 | 179 | 0 | 0.76 | 0.29 | 0.01 | 323.13 | 0.98 | 0.62 |
| Hex | FD | 3D | B3 | 0 | 4C | 1D | 1 | 143 | 62 | 3E |
| Octal | 375 | 75 | 263 | 0 | 114 | 35 | 1 | 503 | 142 | 76 |
| Binary | 11111101 | 111101 | 10110011 | 0 | 1001100 | 11101 | 1 | 101000011 | 1100010 | 111110 |
Color Harmonies of #FD3DB3
Complementary color
Monochromatic Colors of #FD3DB3
Black with #FD3DB3
Text Example
Text Example
White with #FD3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3DB3; }
p { color: rgb(253,61,179); }
H1.HeaderClassName
{
color: #FD3DB3;
}
.AnyTagClassName
{
color: #FD3DB3;
}
</style>
background-color css
<style>
a { background-color: #FD3DB3; }
a { background-color: rgb(253,61,179); }
div.DivClassName
{
background-color: #FD3DB3;
}
.BgClassName
{
background-color: #FD3DB3;
}
</style>
border-color css
<style>
span { border-color: #FD3DB3; }
span { border-color: rgb(253,61,179); }
td.TdClassName
{
border-color: #FD3DB3;
}
.TagClassName
{
border-color: #FD3DB3;
}
</style>