Shades of Heliotrope #D742FB
Tints of Heliotrope #D742FB
RGB
CMYK
RGB Variations
Color information
#D742FB (or 0xD742FB) is known color: Heliotrope. HEX triplet: D7, 42 and FB. RGB value is (215,66,251). Sum of RGB (Red+Green+Blue) = 215+66+251=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 66 (26.17% from 255 or 12.41% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #D742FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742FB is #28BD04. Grayscale: #838383. Windows color (decimal): -2669829 or 16466647. OLE color: 16466647.
HSL color Cylindrical-coordinate representation of color #D742FB: hue angle of 288.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D742FB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 66 | 251 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.02 |
| HSL | 288.32º | 0.96% | 0.62% | - |
| HSV(B) | 288.32º | 0.74% | 0.98% | - |
| XYZ | 47.39 | 25.31 | 93.65 | - |
| YUV | 131.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 251 | 0.14 | 0.74 | 0 | 0.02 | 288.32 | 0.96 | 0.62 |
| Hex | D7 | 42 | FB | E | 4A | 0 | 2 | 120 | 60 | 3E |
| Octal | 327 | 102 | 373 | 16 | 112 | 0 | 2 | 440 | 140 | 76 |
| Binary | 11010111 | 1000010 | 11111011 | 1110 | 1001010 | 0 | 10 | 100100000 | 1100000 | 111110 |
Color Harmonies of #D742FB
Complementary color
Monochromatic Colors of #D742FB
Black with #D742FB
Text Example
Text Example
White with #D742FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742FB; }
p { color: rgb(215,66,251); }
H1.HeaderClassName
{
color: #D742FB;
}
.AnyTagClassName
{
color: #D742FB;
}
</style>
background-color css
<style>
a { background-color: #D742FB; }
a { background-color: rgb(215,66,251); }
div.DivClassName
{
background-color: #D742FB;
}
.BgClassName
{
background-color: #D742FB;
}
</style>
border-color css
<style>
span { border-color: #D742FB; }
span { border-color: rgb(215,66,251); }
td.TdClassName
{
border-color: #D742FB;
}
.TagClassName
{
border-color: #D742FB;
}
</style>