Shades of Heliotrope #D742FD
Tints of Heliotrope #D742FD
RGB
CMYK
RGB Variations
Color information
#D742FD (or 0xD742FD) is known color: Heliotrope. HEX triplet: D7, 42 and FD. RGB value is (215,66,253). Sum of RGB (Red+Green+Blue) = 215+66+253=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #D742FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D742FD is #28BD02. Grayscale: #838383. Windows color (decimal): -2669827 or 16597719. OLE color: 16597719.
HSL color Cylindrical-coordinate representation of color #D742FD: hue angle of 287.81º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D742FD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 66 | 253 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.01 |
| HSL | 287.81º | 0.98% | 0.63% | - |
| HSV(B) | 287.81º | 0.74% | 0.99% | - |
| XYZ | 47.7 | 25.44 | 95.32 | - |
| YUV | 131.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 253 | 0.15 | 0.74 | 0 | 0.01 | 287.81 | 0.98 | 0.63 |
| Hex | D7 | 42 | FD | F | 4A | 0 | 1 | 120 | 62 | 3F |
| Octal | 327 | 102 | 375 | 17 | 112 | 0 | 1 | 440 | 142 | 77 |
| Binary | 11010111 | 1000010 | 11111101 | 1111 | 1001010 | 0 | 1 | 100100000 | 1100010 | 111111 |
Color Harmonies of #D742FD
Complementary color
Monochromatic Colors of #D742FD
Black with #D742FD
Text Example
Text Example
White with #D742FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742FD; }
p { color: rgb(215,66,253); }
H1.HeaderClassName
{
color: #D742FD;
}
.AnyTagClassName
{
color: #D742FD;
}
</style>
background-color css
<style>
a { background-color: #D742FD; }
a { background-color: rgb(215,66,253); }
div.DivClassName
{
background-color: #D742FD;
}
.BgClassName
{
background-color: #D742FD;
}
</style>
border-color css
<style>
span { border-color: #D742FD; }
span { border-color: rgb(215,66,253); }
td.TdClassName
{
border-color: #D742FD;
}
.TagClassName
{
border-color: #D742FD;
}
</style>