Shades of Heliotrope #DF75FB
Tints of Heliotrope #DF75FB
RGB
CMYK
RGB Variations
Color information
#DF75FB (or 0xDF75FB) is known color: Heliotrope. HEX triplet: DF, 75 and FB. RGB value is (223,117,251). Sum of RGB (Red+Green+Blue) = 223+117+251=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF75FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75FB is #208A04. Grayscale: #A3A3A3. Windows color (decimal): -2132485 or 16479711. OLE color: 16479711.
HSL color Cylindrical-coordinate representation of color #DF75FB: hue angle of 287.46º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF75FB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 117 | 251 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.02 |
| HSL | 287.46º | 0.94% | 0.72% | - |
| HSV(B) | 287.46º | 0.53% | 0.98% | - |
| XYZ | 54.21 | 35.38 | 95.24 | - |
| YUV | 163.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 251 | 0.11 | 0.53 | 0 | 0.02 | 287.46 | 0.94 | 0.72 |
| Hex | DF | 75 | FB | B | 35 | 0 | 2 | 11F | 5E | 48 |
| Octal | 337 | 165 | 373 | 13 | 65 | 0 | 2 | 437 | 136 | 110 |
| Binary | 11011111 | 1110101 | 11111011 | 1011 | 110101 | 0 | 10 | 100011111 | 1011110 | 1001000 |
Color Harmonies of #DF75FB
Complementary color
Monochromatic Colors of #DF75FB
Black with #DF75FB
Text Example
Text Example
White with #DF75FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF75FB; }
p { color: rgb(223,117,251); }
H1.HeaderClassName
{
color: #DF75FB;
}
.AnyTagClassName
{
color: #DF75FB;
}
</style>
background-color css
<style>
a { background-color: #DF75FB; }
a { background-color: rgb(223,117,251); }
div.DivClassName
{
background-color: #DF75FB;
}
.BgClassName
{
background-color: #DF75FB;
}
</style>
border-color css
<style>
span { border-color: #DF75FB; }
span { border-color: rgb(223,117,251); }
td.TdClassName
{
border-color: #DF75FB;
}
.TagClassName
{
border-color: #DF75FB;
}
</style>