Shades of Fuchsia #D242B7
Tints of Fuchsia #D242B7
RGB
CMYK
RGB Variations
Color information
#D242B7 (or 0xD242B7) is known color: Fuchsia. HEX triplet: D2, 42 and B7. RGB value is (210,66,183). Sum of RGB (Red+Green+Blue) = 210+66+183=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D242B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242B7 is #2DBD48. Grayscale: #7A7A7A. Windows color (decimal): -2997577 or 12010194. OLE color: 12010194.
HSL color Cylindrical-coordinate representation of color #D242B7: hue angle of 311.25º 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 #D242B7 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 183 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.18 |
| HSL | 311.25º | 0.62% | 0.54% | - |
| HSV(B) | 311.25º | 0.69% | 0.82% | - |
| XYZ | 37.07 | 21.02 | 46.9 | - |
| YUV | 122.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 183 | 0 | 0.69 | 0.13 | 0.18 | 311.25 | 0.62 | 0.54 |
| Hex | D2 | 42 | B7 | 0 | 45 | D | 12 | 137 | 3E | 36 |
| Octal | 322 | 102 | 267 | 0 | 105 | 15 | 22 | 467 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10110111 | 0 | 1000101 | 1101 | 10010 | 100110111 | 111110 | 110110 |
Color Harmonies of #D242B7
Complementary color
Monochromatic Colors of #D242B7
Black with #D242B7
Text Example
Text Example
White with #D242B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242B7; }
p { color: rgb(210,66,183); }
H1.HeaderClassName
{
color: #D242B7;
}
.AnyTagClassName
{
color: #D242B7;
}
</style>
background-color css
<style>
a { background-color: #D242B7; }
a { background-color: rgb(210,66,183); }
div.DivClassName
{
background-color: #D242B7;
}
.BgClassName
{
background-color: #D242B7;
}
</style>
border-color css
<style>
span { border-color: #D242B7; }
span { border-color: rgb(210,66,183); }
td.TdClassName
{
border-color: #D242B7;
}
.TagClassName
{
border-color: #D242B7;
}
</style>