Shades of Heliotrope #D742FF
Tints of Heliotrope #D742FF
RGB
CMYK
RGB Variations
Color information
#D742FF (or 0xD742FF) is known color: Heliotrope. HEX triplet: D7, 42 and FF. RGB value is (215,66,255). Sum of RGB (Red+Green+Blue) = 215+66+255=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 66 (26.17% from 255 or 12.31% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #D742FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742FF is #28BD00. Grayscale: #838383. Windows color (decimal): -2669825 or 16728791. OLE color: 16728791.
HSL color Cylindrical-coordinate representation of color #D742FF: hue angle of 287.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D742FF is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 66 | 255 | - |
| CMYK | 0.16 | 0.74 | 0 | 0 |
| HSL | 287.3º | 1% | 0.63% | - |
| HSV(B) | 287.3º | 0.74% | 1% | - |
| XYZ | 48.02 | 25.56 | 97.01 | - |
| YUV | 132.1 | 197.36 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 255 | 0.16 | 0.74 | 0 | 0 | 287.3 | 1 | 0.63 |
| Hex | D7 | 42 | FF | 10 | 4A | 0 | 0 | 11F | 64 | 3F |
| Octal | 327 | 102 | 377 | 20 | 112 | 0 | 0 | 437 | 144 | 77 |
| Binary | 11010111 | 1000010 | 11111111 | 10000 | 1001010 | 0 | 0 | 100011111 | 1100100 | 111111 |
Color Harmonies of #D742FF
Complementary color
Monochromatic Colors of #D742FF
Black with #D742FF
Text Example
Text Example
White with #D742FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742FF; }
p { color: rgb(215,66,255); }
H1.HeaderClassName
{
color: #D742FF;
}
.AnyTagClassName
{
color: #D742FF;
}
</style>
background-color css
<style>
a { background-color: #D742FF; }
a { background-color: rgb(215,66,255); }
div.DivClassName
{
background-color: #D742FF;
}
.BgClassName
{
background-color: #D742FF;
}
</style>
border-color css
<style>
span { border-color: #D742FF; }
span { border-color: rgb(215,66,255); }
td.TdClassName
{
border-color: #D742FF;
}
.TagClassName
{
border-color: #D742FF;
}
</style>