Shades of Deep Pink #FD2380
Tints of Deep Pink #FD2380
RGB
CMYK
RGB Variations
Color information
#FD2380 (or 0xFD2380) is known color: Deep Pink. HEX triplet: FD, 23 and 80. RGB value is (253,35,128). Sum of RGB (Red+Green+Blue) = 253+35+128=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2380 is #02DC7F. Grayscale: #6E6E6E. Windows color (decimal): -187520 or 8397821. OLE color: 8397821.
HSL color Cylindrical-coordinate representation of color #FD2380: hue angle of 334.4º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2380 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 35 | 128 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.01 |
| HSL | 334.4º | 0.98% | 0.56% | - |
| HSV(B) | 334.4º | 0.86% | 0.99% | - |
| XYZ | 45.01 | 23.64 | 22.61 | - |
| YUV | 110.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 35 | 128 | 0 | 0.86 | 0.49 | 0.01 | 334.4 | 0.98 | 0.56 |
| Hex | FD | 23 | 80 | 0 | 56 | 31 | 1 | 14E | 62 | 38 |
| Octal | 375 | 43 | 200 | 0 | 126 | 61 | 1 | 516 | 142 | 70 |
| Binary | 11111101 | 100011 | 10000000 | 0 | 1010110 | 110001 | 1 | 101001110 | 1100010 | 111000 |
Color Harmonies of #FD2380
Complementary color
Monochromatic Colors of #FD2380
Black with #FD2380
Text Example
Text Example
White with #FD2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2380; }
p { color: rgb(253,35,128); }
H1.HeaderClassName
{
color: #FD2380;
}
.AnyTagClassName
{
color: #FD2380;
}
</style>
background-color css
<style>
a { background-color: #FD2380; }
a { background-color: rgb(253,35,128); }
div.DivClassName
{
background-color: #FD2380;
}
.BgClassName
{
background-color: #FD2380;
}
</style>
border-color css
<style>
span { border-color: #FD2380; }
span { border-color: rgb(253,35,128); }
td.TdClassName
{
border-color: #FD2380;
}
.TagClassName
{
border-color: #FD2380;
}
</style>