Shades of Violet #FD9DFD
Tints of Violet #FD9DFD
RGB
CMYK
RGB Variations
Color information
#FD9DFD (or 0xFD9DFD) is known color: Violet. HEX triplet: FD, 9D and FD. RGB value is (253,157,253). Sum of RGB (Red+Green+Blue) = 253+157+253=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 157 (61.72% from 255 or 23.68% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD9DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9DFD is #026202. Grayscale: #C4C4C4. Windows color (decimal): -156163 or 16621053. OLE color: 16621053.
HSL color Cylindrical-coordinate representation of color #FD9DFD: hue angle of 300º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9DFD is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 157 | 253 | - |
CMYK | 0 | 0.38 | 0 | 0.01 |
HSL | 300º | 0.96% | 0.8% | - |
HSV(B) | 300º | 0.38% | 0.99% | - |
XYZ | 70.29 | 52.09 | 99.28 | - |
YUV | 196.65 | 159.8 | 168.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 157 | 253 | 0 | 0.38 | 0 | 0.01 | 300 | 0.96 | 0.8 |
Hex | FD | 9D | FD | 0 | 26 | 0 | 1 | 12C | 60 | 50 |
Octal | 375 | 235 | 375 | 0 | 46 | 0 | 1 | 454 | 140 | 120 |
Binary | 11111101 | 10011101 | 11111101 | 0 | 100110 | 0 | 1 | 100101100 | 1100000 | 1010000 |
Color Harmonies of #FD9DFD
Complementary color
Monochromatic Colors of #FD9DFD
Black with #FD9DFD
Text Example
Text Example
White with #FD9DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9DFD; }
p { color: rgb(253,157,253); }
H1.HeaderClassName
{
color: #FD9DFD;
}
.AnyTagClassName
{
color: #FD9DFD;
}
</style>
background-color css
<style>
a { background-color: #FD9DFD; }
a { background-color: rgb(253,157,253); }
div.DivClassName
{
background-color: #FD9DFD;
}
.BgClassName
{
background-color: #FD9DFD;
}
</style>
border-color css
<style>
span { border-color: #FD9DFD; }
span { border-color: rgb(253,157,253); }
td.TdClassName
{
border-color: #FD9DFD;
}
.TagClassName
{
border-color: #FD9DFD;
}
</style>