Shades of Fuchsia #D242B9
Tints of Fuchsia #D242B9
RGB
CMYK
RGB Variations
Color information
#D242B9 (or 0xD242B9) is known color: Fuchsia. HEX triplet: D2, 42 and B9. RGB value is (210,66,185). Sum of RGB (Red+Green+Blue) = 210+66+185=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D242B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242B9 is #2DBD46. Grayscale: #7A7A7A. Windows color (decimal): -2997575 or 12141266. OLE color: 12141266.
HSL color Cylindrical-coordinate representation of color #D242B9: hue angle of 310.42º 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 #D242B9 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 185 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.18 |
| HSL | 310.42º | 0.62% | 0.54% | - |
| HSV(B) | 310.42º | 0.69% | 0.82% | - |
| XYZ | 37.28 | 21.1 | 48.01 | - |
| YUV | 122.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 185 | 0 | 0.69 | 0.12 | 0.18 | 310.42 | 0.62 | 0.54 |
| Hex | D2 | 42 | B9 | 0 | 45 | C | 12 | 136 | 3E | 36 |
| Octal | 322 | 102 | 271 | 0 | 105 | 14 | 22 | 466 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10111001 | 0 | 1000101 | 1100 | 10010 | 100110110 | 111110 | 110110 |
Color Harmonies of #D242B9
Complementary color
Monochromatic Colors of #D242B9
Black with #D242B9
Text Example
Text Example
White with #D242B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242B9; }
p { color: rgb(210,66,185); }
H1.HeaderClassName
{
color: #D242B9;
}
.AnyTagClassName
{
color: #D242B9;
}
</style>
background-color css
<style>
a { background-color: #D242B9; }
a { background-color: rgb(210,66,185); }
div.DivClassName
{
background-color: #D242B9;
}
.BgClassName
{
background-color: #D242B9;
}
</style>
border-color css
<style>
span { border-color: #D242B9; }
span { border-color: rgb(210,66,185); }
td.TdClassName
{
border-color: #D242B9;
}
.TagClassName
{
border-color: #D242B9;
}
</style>