Shades of Pale Magenta #FD7DDB
Tints of Pale Magenta #FD7DDB
RGB
CMYK
RGB Variations
Color information
#FD7DDB (or 0xFD7DDB) is known color: Pale Magenta. HEX triplet: FD, 7D and DB. RGB value is (253,125,219). Sum of RGB (Red+Green+Blue) = 253+125+219=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7DDB is #028224. Grayscale: #ADADAD. Windows color (decimal): -164389 or 14384637. OLE color: 14384637.
HSL color Cylindrical-coordinate representation of color #FD7DDB: hue angle of 315.94º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7DDB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 125 | 219 | - |
CMYK | 0 | 0.51 | 0.13 | 0.01 |
HSL | 315.94º | 0.97% | 0.74% | - |
HSV(B) | 315.94º | 0.51% | 0.99% | - |
XYZ | 60.63 | 40.66 | 71.67 | - |
YUV | 173.99 | 153.41 | 184.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 125 | 219 | 0 | 0.51 | 0.13 | 0.01 | 315.94 | 0.97 | 0.74 |
Hex | FD | 7D | DB | 0 | 33 | D | 1 | 13C | 61 | 4A |
Octal | 375 | 175 | 333 | 0 | 63 | 15 | 1 | 474 | 141 | 112 |
Binary | 11111101 | 1111101 | 11011011 | 0 | 110011 | 1101 | 1 | 100111100 | 1100001 | 1001010 |
Color Harmonies of #FD7DDB
Complementary color
Monochromatic Colors of #FD7DDB
Black with #FD7DDB
Text Example
Text Example
White with #FD7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7DDB; }
p { color: rgb(253,125,219); }
H1.HeaderClassName
{
color: #FD7DDB;
}
.AnyTagClassName
{
color: #FD7DDB;
}
</style>
background-color css
<style>
a { background-color: #FD7DDB; }
a { background-color: rgb(253,125,219); }
div.DivClassName
{
background-color: #FD7DDB;
}
.BgClassName
{
background-color: #FD7DDB;
}
</style>
border-color css
<style>
span { border-color: #FD7DDB; }
span { border-color: rgb(253,125,219); }
td.TdClassName
{
border-color: #FD7DDB;
}
.TagClassName
{
border-color: #FD7DDB;
}
</style>