Shades of Pale Magenta #FF75DB
Tints of Pale Magenta #FF75DB
RGB
CMYK
RGB Variations
Color information
#FF75DB (or 0xFF75DB) is known color: Pale Magenta. HEX triplet: FF, 75 and DB. RGB value is (255,117,219). Sum of RGB (Red+Green+Blue) = 255+117+219=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75DB is #008A24. Grayscale: #A9A9A9. Windows color (decimal): -35365 or 14382591. OLE color: 14382591.
HSL color Cylindrical-coordinate representation of color #FF75DB: hue angle of 315.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75DB is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 219 | - |
| CMYK | 0 | 0.54 | 0.14 | 0 |
| HSL | 315.65º | 1% | 0.73% | - |
| HSV(B) | 315.65º | 0.54% | 1% | - |
| XYZ | 60.39 | 39.1 | 71.38 | - |
| YUV | 169.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 219 | 0 | 0.54 | 0.14 | 0 | 315.65 | 1 | 0.73 |
| Hex | FF | 75 | DB | 0 | 36 | E | 0 | 13C | 64 | 49 |
| Octal | 377 | 165 | 333 | 0 | 66 | 16 | 0 | 474 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11011011 | 0 | 110110 | 1110 | 0 | 100111100 | 1100100 | 1001001 |
Color Harmonies of #FF75DB
Complementary color
Monochromatic Colors of #FF75DB
Black with #FF75DB
Text Example
Text Example
White with #FF75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75DB; }
p { color: rgb(255,117,219); }
H1.HeaderClassName
{
color: #FF75DB;
}
.AnyTagClassName
{
color: #FF75DB;
}
</style>
background-color css
<style>
a { background-color: #FF75DB; }
a { background-color: rgb(255,117,219); }
div.DivClassName
{
background-color: #FF75DB;
}
.BgClassName
{
background-color: #FF75DB;
}
</style>
border-color css
<style>
span { border-color: #FF75DB; }
span { border-color: rgb(255,117,219); }
td.TdClassName
{
border-color: #FF75DB;
}
.TagClassName
{
border-color: #FF75DB;
}
</style>