Shades of Fuchsia #D741B6
Tints of Fuchsia #D741B6
RGB
CMYK
RGB Variations
Color information
#D741B6 (or 0xD741B6) is known color: Fuchsia. HEX triplet: D7, 41 and B6. RGB value is (215,65,182). Sum of RGB (Red+Green+Blue) = 215+65+182=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D741B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741B6 is #28BE49. Grayscale: #7A7A7A. Windows color (decimal): -2670154 or 11944407. OLE color: 11944407.
HSL color Cylindrical-coordinate representation of color #D741B6: hue angle of 313.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741B6 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 182 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.16 |
| HSL | 313.2º | 0.65% | 0.55% | - |
| HSV(B) | 313.2º | 0.7% | 0.84% | - |
| XYZ | 38.36 | 21.61 | 46.4 | - |
| YUV | 123.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 182 | 0 | 0.70 | 0.15 | 0.16 | 313.2 | 0.65 | 0.55 |
| Hex | D7 | 41 | B6 | 0 | 46 | F | 10 | 139 | 41 | 37 |
| Octal | 327 | 101 | 266 | 0 | 106 | 17 | 20 | 471 | 101 | 67 |
| Binary | 11010111 | 1000001 | 10110110 | 0 | 1000110 | 1111 | 10000 | 100111001 | 1000001 | 110111 |
Color Harmonies of #D741B6
Complementary color
Monochromatic Colors of #D741B6
Black with #D741B6
Text Example
Text Example
White with #D741B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D741B6; }
p { color: rgb(215,65,182); }
H1.HeaderClassName
{
color: #D741B6;
}
.AnyTagClassName
{
color: #D741B6;
}
</style>
background-color css
<style>
a { background-color: #D741B6; }
a { background-color: rgb(215,65,182); }
div.DivClassName
{
background-color: #D741B6;
}
.BgClassName
{
background-color: #D741B6;
}
</style>
border-color css
<style>
span { border-color: #D741B6; }
span { border-color: rgb(215,65,182); }
td.TdClassName
{
border-color: #D741B6;
}
.TagClassName
{
border-color: #D741B6;
}
</style>