Shades of Fuchsia #D742B0
Tints of Fuchsia #D742B0
RGB
CMYK
RGB Variations
Color information
#D742B0 (or 0xD742B0) is known color: Fuchsia. HEX triplet: D7, 42 and B0. RGB value is (215,66,176). Sum of RGB (Red+Green+Blue) = 215+66+176=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D742B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D742B0 is #28BD4F. Grayscale: #7A7A7A. Windows color (decimal): -2669904 or 11551447. OLE color: 11551447.
HSL color Cylindrical-coordinate representation of color #D742B0: hue angle of 315.7º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742B0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 176 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.16 |
| HSL | 315.7º | 0.65% | 0.55% | - |
| HSV(B) | 315.7º | 0.69% | 0.84% | - |
| XYZ | 37.81 | 21.48 | 43.23 | - |
| YUV | 123.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 176 | 0 | 0.69 | 0.18 | 0.16 | 315.7 | 0.65 | 0.55 |
| Hex | D7 | 42 | B0 | 0 | 45 | 12 | 10 | 13C | 41 | 37 |
| Octal | 327 | 102 | 260 | 0 | 105 | 22 | 20 | 474 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10110000 | 0 | 1000101 | 10010 | 10000 | 100111100 | 1000001 | 110111 |
Color Harmonies of #D742B0
Complementary color
Monochromatic Colors of #D742B0
Black with #D742B0
Text Example
Text Example
White with #D742B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742B0; }
p { color: rgb(215,66,176); }
H1.HeaderClassName
{
color: #D742B0;
}
.AnyTagClassName
{
color: #D742B0;
}
</style>
background-color css
<style>
a { background-color: #D742B0; }
a { background-color: rgb(215,66,176); }
div.DivClassName
{
background-color: #D742B0;
}
.BgClassName
{
background-color: #D742B0;
}
</style>
border-color css
<style>
span { border-color: #D742B0; }
span { border-color: rgb(215,66,176); }
td.TdClassName
{
border-color: #D742B0;
}
.TagClassName
{
border-color: #D742B0;
}
</style>