Shades of Heliotrope #D153FB
Tints of Heliotrope #D153FB
RGB
CMYK
RGB Variations
Color information
#D153FB (or 0xD153FB) is known color: Heliotrope. HEX triplet: D1, 53 and FB. RGB value is (209,83,251). Sum of RGB (Red+Green+Blue) = 209+83+251=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #D153FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153FB is #2EAC04. Grayscale: #8B8B8B. Windows color (decimal): -3058693 or 16470993. OLE color: 16470993.
HSL color Cylindrical-coordinate representation of color #D153FB: hue angle of 285º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D153FB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 83 | 251 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.02 |
| HSL | 285º | 0.95% | 0.65% | - |
| HSV(B) | 285º | 0.67% | 0.98% | - |
| XYZ | 46.8 | 26.71 | 93.96 | - |
| YUV | 139.83 | 190.74 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 251 | 0.17 | 0.67 | 0 | 0.02 | 285 | 0.95 | 0.65 |
| Hex | D1 | 53 | FB | 11 | 43 | 0 | 2 | 11D | 5F | 41 |
| Octal | 321 | 123 | 373 | 21 | 103 | 0 | 2 | 435 | 137 | 101 |
| Binary | 11010001 | 1010011 | 11111011 | 10001 | 1000011 | 0 | 10 | 100011101 | 1011111 | 1000001 |
Color Harmonies of #D153FB
Complementary color
Monochromatic Colors of #D153FB
Black with #D153FB
Text Example
Text Example
White with #D153FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153FB; }
p { color: rgb(209,83,251); }
H1.HeaderClassName
{
color: #D153FB;
}
.AnyTagClassName
{
color: #D153FB;
}
</style>
background-color css
<style>
a { background-color: #D153FB; }
a { background-color: rgb(209,83,251); }
div.DivClassName
{
background-color: #D153FB;
}
.BgClassName
{
background-color: #D153FB;
}
</style>
border-color css
<style>
span { border-color: #D153FB; }
span { border-color: rgb(209,83,251); }
td.TdClassName
{
border-color: #D153FB;
}
.TagClassName
{
border-color: #D153FB;
}
</style>