Shades of Heliotrope #D452FE
Tints of Heliotrope #D452FE
RGB
CMYK
RGB Variations
Color information
#D452FE (or 0xD452FE) is known color: Heliotrope. HEX triplet: D4, 52 and FE. RGB value is (212,82,254). Sum of RGB (Red+Green+Blue) = 212+82+254=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 82 (32.42% from 255 or 14.96% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #D452FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D452FE is #2BAD01. Grayscale: #8B8B8B. Windows color (decimal): -2862338 or 16667348. OLE color: 16667348.
HSL color Cylindrical-coordinate representation of color #D452FE: hue angle of 285.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D452FE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 82 | 254 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.00 |
| HSL | 285.35º | 0.99% | 0.66% | - |
| HSV(B) | 285.35º | 0.68% | 1% | - |
| XYZ | 48.06 | 27.19 | 96.48 | - |
| YUV | 140.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 254 | 0.17 | 0.68 | 0 | 0.00 | 285.35 | 0.99 | 0.66 |
| Hex | D4 | 52 | FE | 11 | 44 | 0 | 0 | 11D | 63 | 42 |
| Octal | 324 | 122 | 376 | 21 | 104 | 0 | 0 | 435 | 143 | 102 |
| Binary | 11010100 | 1010010 | 11111110 | 10001 | 1000100 | 0 | 0 | 100011101 | 1100011 | 1000010 |
Color Harmonies of #D452FE
Complementary color
Monochromatic Colors of #D452FE
Black with #D452FE
Text Example
Text Example
White with #D452FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452FE; }
p { color: rgb(212,82,254); }
H1.HeaderClassName
{
color: #D452FE;
}
.AnyTagClassName
{
color: #D452FE;
}
</style>
background-color css
<style>
a { background-color: #D452FE; }
a { background-color: rgb(212,82,254); }
div.DivClassName
{
background-color: #D452FE;
}
.BgClassName
{
background-color: #D452FE;
}
</style>
border-color css
<style>
span { border-color: #D452FE; }
span { border-color: rgb(212,82,254); }
td.TdClassName
{
border-color: #D452FE;
}
.TagClassName
{
border-color: #D452FE;
}
</style>