Shades of Fuchsia #D242B2
Tints of Fuchsia #D242B2
RGB
CMYK
RGB Variations
Color information
#D242B2 (or 0xD242B2) is known color: Fuchsia. HEX triplet: D2, 42 and B2. RGB value is (210,66,178). Sum of RGB (Red+Green+Blue) = 210+66+178=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D242B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D242B2 is #2DBD4D. Grayscale: #797979. Windows color (decimal): -2997582 or 11682514. OLE color: 11682514.
HSL color Cylindrical-coordinate representation of color #D242B2: hue angle of 313.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 #D242B2 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 178 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.18 |
| HSL | 313.33º | 0.62% | 0.54% | - |
| HSV(B) | 313.33º | 0.69% | 0.82% | - |
| XYZ | 36.56 | 20.81 | 44.21 | - |
| YUV | 121.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 178 | 0 | 0.69 | 0.15 | 0.18 | 313.33 | 0.62 | 0.54 |
| Hex | D2 | 42 | B2 | 0 | 45 | F | 12 | 139 | 3E | 36 |
| Octal | 322 | 102 | 262 | 0 | 105 | 17 | 22 | 471 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10110010 | 0 | 1000101 | 1111 | 10010 | 100111001 | 111110 | 110110 |
Color Harmonies of #D242B2
Complementary color
Monochromatic Colors of #D242B2
Black with #D242B2
Text Example
Text Example
White with #D242B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242B2; }
p { color: rgb(210,66,178); }
H1.HeaderClassName
{
color: #D242B2;
}
.AnyTagClassName
{
color: #D242B2;
}
</style>
background-color css
<style>
a { background-color: #D242B2; }
a { background-color: rgb(210,66,178); }
div.DivClassName
{
background-color: #D242B2;
}
.BgClassName
{
background-color: #D242B2;
}
</style>
border-color css
<style>
span { border-color: #D242B2; }
span { border-color: rgb(210,66,178); }
td.TdClassName
{
border-color: #D242B2;
}
.TagClassName
{
border-color: #D242B2;
}
</style>