Shades of Heliotrope #D748FD
Tints of Heliotrope #D748FD
RGB
CMYK
RGB Variations
Color information
#D748FD (or 0xD748FD) is known color: Heliotrope. HEX triplet: D7, 48 and FD. RGB value is (215,72,253). Sum of RGB (Red+Green+Blue) = 215+72+253=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #D748FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D748FD is #28B702. Grayscale: #868686. Windows color (decimal): -2668291 or 16599255. OLE color: 16599255.
HSL color Cylindrical-coordinate representation of color #D748FD: hue angle of 287.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D748FD is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 72 | 253 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.01 |
| HSL | 287.4º | 0.98% | 0.64% | - |
| HSV(B) | 287.4º | 0.72% | 0.99% | - |
| XYZ | 48.07 | 26.17 | 95.45 | - |
| YUV | 135.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 253 | 0.15 | 0.72 | 0 | 0.01 | 287.4 | 0.98 | 0.64 |
| Hex | D7 | 48 | FD | F | 48 | 0 | 1 | 11F | 62 | 40 |
| Octal | 327 | 110 | 375 | 17 | 110 | 0 | 1 | 437 | 142 | 100 |
| Binary | 11010111 | 1001000 | 11111101 | 1111 | 1001000 | 0 | 1 | 100011111 | 1100010 | 1000000 |
Color Harmonies of #D748FD
Complementary color
Monochromatic Colors of #D748FD
Black with #D748FD
Text Example
Text Example
White with #D748FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D748FD; }
p { color: rgb(215,72,253); }
H1.HeaderClassName
{
color: #D748FD;
}
.AnyTagClassName
{
color: #D748FD;
}
</style>
background-color css
<style>
a { background-color: #D748FD; }
a { background-color: rgb(215,72,253); }
div.DivClassName
{
background-color: #D748FD;
}
.BgClassName
{
background-color: #D748FD;
}
</style>
border-color css
<style>
span { border-color: #D748FD; }
span { border-color: rgb(215,72,253); }
td.TdClassName
{
border-color: #D748FD;
}
.TagClassName
{
border-color: #D748FD;
}
</style>