Shades of Heliotrope #D742FC
Tints of Heliotrope #D742FC
RGB
CMYK
RGB Variations
Color information
#D742FC (or 0xD742FC) is known color: Heliotrope. HEX triplet: D7, 42 and FC. RGB value is (215,66,252). Sum of RGB (Red+Green+Blue) = 215+66+252=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #D742FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742FC is #28BD03. Grayscale: #838383. Windows color (decimal): -2669828 or 16532183. OLE color: 16532183.
HSL color Cylindrical-coordinate representation of color #D742FC: hue angle of 288.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D742FC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 66 | 252 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.01 |
| HSL | 288.06º | 0.97% | 0.62% | - |
| HSV(B) | 288.06º | 0.74% | 0.99% | - |
| XYZ | 47.54 | 25.37 | 94.49 | - |
| YUV | 131.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 252 | 0.15 | 0.74 | 0 | 0.01 | 288.06 | 0.97 | 0.62 |
| Hex | D7 | 42 | FC | F | 4A | 0 | 1 | 120 | 61 | 3E |
| Octal | 327 | 102 | 374 | 17 | 112 | 0 | 1 | 440 | 141 | 76 |
| Binary | 11010111 | 1000010 | 11111100 | 1111 | 1001010 | 0 | 1 | 100100000 | 1100001 | 111110 |
Color Harmonies of #D742FC
Complementary color
Monochromatic Colors of #D742FC
Black with #D742FC
Text Example
Text Example
White with #D742FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742FC; }
p { color: rgb(215,66,252); }
H1.HeaderClassName
{
color: #D742FC;
}
.AnyTagClassName
{
color: #D742FC;
}
</style>
background-color css
<style>
a { background-color: #D742FC; }
a { background-color: rgb(215,66,252); }
div.DivClassName
{
background-color: #D742FC;
}
.BgClassName
{
background-color: #D742FC;
}
</style>
border-color css
<style>
span { border-color: #D742FC; }
span { border-color: rgb(215,66,252); }
td.TdClassName
{
border-color: #D742FC;
}
.TagClassName
{
border-color: #D742FC;
}
</style>