Shades of Heliotrope #D448F8
Tints of Heliotrope #D448F8
RGB
CMYK
RGB Variations
Color information
#D448F8 (or 0xD448F8) is known color: Heliotrope. HEX triplet: D4, 48 and F8. RGB value is (212,72,248). Sum of RGB (Red+Green+Blue) = 212+72+248=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #D448F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448F8 is #2BB707. Grayscale: #858585. Windows color (decimal): -2864904 or 16271572. OLE color: 16271572.
HSL color Cylindrical-coordinate representation of color #D448F8: hue angle of 287.73º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D448F8 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 72 | 248 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.03 |
| HSL | 287.73º | 0.93% | 0.63% | - |
| HSV(B) | 287.73º | 0.71% | 0.97% | - |
| XYZ | 46.41 | 25.41 | 91.27 | - |
| YUV | 133.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 248 | 0.15 | 0.71 | 0 | 0.03 | 287.73 | 0.93 | 0.63 |
| Hex | D4 | 48 | F8 | F | 47 | 0 | 3 | 120 | 5D | 3F |
| Octal | 324 | 110 | 370 | 17 | 107 | 0 | 3 | 440 | 135 | 77 |
| Binary | 11010100 | 1001000 | 11111000 | 1111 | 1000111 | 0 | 11 | 100100000 | 1011101 | 111111 |
Color Harmonies of #D448F8
Complementary color
Monochromatic Colors of #D448F8
Black with #D448F8
Text Example
Text Example
White with #D448F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448F8; }
p { color: rgb(212,72,248); }
H1.HeaderClassName
{
color: #D448F8;
}
.AnyTagClassName
{
color: #D448F8;
}
</style>
background-color css
<style>
a { background-color: #D448F8; }
a { background-color: rgb(212,72,248); }
div.DivClassName
{
background-color: #D448F8;
}
.BgClassName
{
background-color: #D448F8;
}
</style>
border-color css
<style>
span { border-color: #D448F8; }
span { border-color: rgb(212,72,248); }
td.TdClassName
{
border-color: #D448F8;
}
.TagClassName
{
border-color: #D448F8;
}
</style>