Shades of Heliotrope #D442FF
Tints of Heliotrope #D442FF
RGB
CMYK
RGB Variations
Color information
#D442FF (or 0xD442FF) is known color: Heliotrope. HEX triplet: D4, 42 and FF. RGB value is (212,66,255). Sum of RGB (Red+Green+Blue) = 212+66+255=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D442FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442FF is #2BBD00. Grayscale: #828282. Windows color (decimal): -2866433 or 16728788. OLE color: 16728788.
HSL color Cylindrical-coordinate representation of color #D442FF: hue angle of 286.35º 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 #D442FF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 66 | 255 | - |
| CMYK | 0.17 | 0.74 | 0 | 0 |
| HSL | 286.35º | 1% | 0.63% | - |
| HSV(B) | 286.35º | 0.74% | 1% | - |
| XYZ | 47.15 | 25.11 | 96.97 | - |
| YUV | 131.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 255 | 0.17 | 0.74 | 0 | 0 | 286.35 | 1 | 0.63 |
| Hex | D4 | 42 | FF | 11 | 4A | 0 | 0 | 11E | 64 | 3F |
| Octal | 324 | 102 | 377 | 21 | 112 | 0 | 0 | 436 | 144 | 77 |
| Binary | 11010100 | 1000010 | 11111111 | 10001 | 1001010 | 0 | 0 | 100011110 | 1100100 | 111111 |
Color Harmonies of #D442FF
Complementary color
Monochromatic Colors of #D442FF
Black with #D442FF
Text Example
Text Example
White with #D442FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442FF; }
p { color: rgb(212,66,255); }
H1.HeaderClassName
{
color: #D442FF;
}
.AnyTagClassName
{
color: #D442FF;
}
</style>
background-color css
<style>
a { background-color: #D442FF; }
a { background-color: rgb(212,66,255); }
div.DivClassName
{
background-color: #D442FF;
}
.BgClassName
{
background-color: #D442FF;
}
</style>
border-color css
<style>
span { border-color: #D442FF; }
span { border-color: rgb(212,66,255); }
td.TdClassName
{
border-color: #D442FF;
}
.TagClassName
{
border-color: #D442FF;
}
</style>