Shades of Fuchsia #D242BE
Tints of Fuchsia #D242BE
RGB
CMYK
RGB Variations
Color information
#D242BE (or 0xD242BE) is known color: Fuchsia. HEX triplet: D2, 42 and BE. RGB value is (210,66,190). Sum of RGB (Red+Green+Blue) = 210+66+190=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D242BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242BE is #2DBD41. Grayscale: #7A7A7A. Windows color (decimal): -2997570 or 12468946. OLE color: 12468946.
HSL color Cylindrical-coordinate representation of color #D242BE: hue angle of 308.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D242BE is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 190 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.18 |
| HSL | 308.33º | 0.62% | 0.54% | - |
| HSV(B) | 308.33º | 0.69% | 0.82% | - |
| XYZ | 37.82 | 21.32 | 50.84 | - |
| YUV | 123.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 190 | 0 | 0.69 | 0.10 | 0.18 | 308.33 | 0.62 | 0.54 |
| Hex | D2 | 42 | BE | 0 | 45 | A | 12 | 134 | 3E | 36 |
| Octal | 322 | 102 | 276 | 0 | 105 | 12 | 22 | 464 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10111110 | 0 | 1000101 | 1010 | 10010 | 100110100 | 111110 | 110110 |
Color Harmonies of #D242BE
Complementary color
Monochromatic Colors of #D242BE
Black with #D242BE
Text Example
Text Example
White with #D242BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242BE; }
p { color: rgb(210,66,190); }
H1.HeaderClassName
{
color: #D242BE;
}
.AnyTagClassName
{
color: #D242BE;
}
</style>
background-color css
<style>
a { background-color: #D242BE; }
a { background-color: rgb(210,66,190); }
div.DivClassName
{
background-color: #D242BE;
}
.BgClassName
{
background-color: #D242BE;
}
</style>
border-color css
<style>
span { border-color: #D242BE; }
span { border-color: rgb(210,66,190); }
td.TdClassName
{
border-color: #D242BE;
}
.TagClassName
{
border-color: #D242BE;
}
</style>