Shades of Deep Pink #FD189D
Tints of Deep Pink #FD189D
RGB
CMYK
RGB Variations
Color information
#FD189D (or 0xFD189D) is known color: Deep Pink. HEX triplet: FD, 18 and 9D. RGB value is (253,24,157). Sum of RGB (Red+Green+Blue) = 253+24+157=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD189D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD189D is #02E762. Grayscale: #6B6B6B. Windows color (decimal): -190307 or 10295549. OLE color: 10295549.
HSL color Cylindrical-coordinate representation of color #FD189D: hue angle of 325.15º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD189D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 157 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.01 |
| HSL | 325.15º | 0.98% | 0.54% | - |
| HSV(B) | 325.15º | 0.91% | 0.99% | - |
| XYZ | 46.92 | 23.97 | 34.05 | - |
| YUV | 107.63 | 155.87 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 157 | 0 | 0.91 | 0.38 | 0.01 | 325.15 | 0.98 | 0.54 |
| Hex | FD | 18 | 9D | 0 | 5B | 26 | 1 | 145 | 62 | 36 |
| Octal | 375 | 30 | 235 | 0 | 133 | 46 | 1 | 505 | 142 | 66 |
| Binary | 11111101 | 11000 | 10011101 | 0 | 1011011 | 100110 | 1 | 101000101 | 1100010 | 110110 |
Color Harmonies of #FD189D
Complementary color
Monochromatic Colors of #FD189D
Black with #FD189D
Text Example
Text Example
White with #FD189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD189D; }
p { color: rgb(253,24,157); }
H1.HeaderClassName
{
color: #FD189D;
}
.AnyTagClassName
{
color: #FD189D;
}
</style>
background-color css
<style>
a { background-color: #FD189D; }
a { background-color: rgb(253,24,157); }
div.DivClassName
{
background-color: #FD189D;
}
.BgClassName
{
background-color: #FD189D;
}
</style>
border-color css
<style>
span { border-color: #FD189D; }
span { border-color: rgb(253,24,157); }
td.TdClassName
{
border-color: #FD189D;
}
.TagClassName
{
border-color: #FD189D;
}
</style>