Shades of Fuchsia #D242BD
Tints of Fuchsia #D242BD
RGB
CMYK
RGB Variations
Color information
#D242BD (or 0xD242BD) is known color: Fuchsia. HEX triplet: D2, 42 and BD. RGB value is (210,66,189). Sum of RGB (Red+Green+Blue) = 210+66+189=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D242BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242BD is #2DBD42. Grayscale: #7A7A7A. Windows color (decimal): -2997571 or 12403410. OLE color: 12403410.
HSL color Cylindrical-coordinate representation of color #D242BD: hue angle of 308.75º 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 #D242BD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 189 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.18 |
| HSL | 308.75º | 0.62% | 0.54% | - |
| HSV(B) | 308.75º | 0.69% | 0.82% | - |
| XYZ | 37.71 | 21.27 | 50.26 | - |
| YUV | 123.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 189 | 0 | 0.69 | 0.10 | 0.18 | 308.75 | 0.62 | 0.54 |
| Hex | D2 | 42 | BD | 0 | 45 | A | 12 | 135 | 3E | 36 |
| Octal | 322 | 102 | 275 | 0 | 105 | 12 | 22 | 465 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10111101 | 0 | 1000101 | 1010 | 10010 | 100110101 | 111110 | 110110 |
Color Harmonies of #D242BD
Complementary color
Monochromatic Colors of #D242BD
Black with #D242BD
Text Example
Text Example
White with #D242BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242BD; }
p { color: rgb(210,66,189); }
H1.HeaderClassName
{
color: #D242BD;
}
.AnyTagClassName
{
color: #D242BD;
}
</style>
background-color css
<style>
a { background-color: #D242BD; }
a { background-color: rgb(210,66,189); }
div.DivClassName
{
background-color: #D242BD;
}
.BgClassName
{
background-color: #D242BD;
}
</style>
border-color css
<style>
span { border-color: #D242BD; }
span { border-color: rgb(210,66,189); }
td.TdClassName
{
border-color: #D242BD;
}
.TagClassName
{
border-color: #D242BD;
}
</style>