Shades of Fuchsia #D742B7
Tints of Fuchsia #D742B7
RGB
CMYK
RGB Variations
Color information
#D742B7 (or 0xD742B7) is known color: Fuchsia. HEX triplet: D7, 42 and B7. RGB value is (215,66,183). Sum of RGB (Red+Green+Blue) = 215+66+183=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D742B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742B7 is #28BD48. Grayscale: #7B7B7B. Windows color (decimal): -2669897 or 12010199. OLE color: 12010199.
HSL color Cylindrical-coordinate representation of color #D742B7: hue angle of 312.89º 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 #D742B7 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 183 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.16 |
| HSL | 312.89º | 0.65% | 0.55% | - |
| HSV(B) | 312.89º | 0.69% | 0.84% | - |
| XYZ | 38.52 | 21.76 | 46.97 | - |
| YUV | 123.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 183 | 0 | 0.69 | 0.15 | 0.16 | 312.89 | 0.65 | 0.55 |
| Hex | D7 | 42 | B7 | 0 | 45 | F | 10 | 139 | 41 | 37 |
| Octal | 327 | 102 | 267 | 0 | 105 | 17 | 20 | 471 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10110111 | 0 | 1000101 | 1111 | 10000 | 100111001 | 1000001 | 110111 |
Color Harmonies of #D742B7
Complementary color
Monochromatic Colors of #D742B7
Black with #D742B7
Text Example
Text Example
White with #D742B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742B7; }
p { color: rgb(215,66,183); }
H1.HeaderClassName
{
color: #D742B7;
}
.AnyTagClassName
{
color: #D742B7;
}
</style>
background-color css
<style>
a { background-color: #D742B7; }
a { background-color: rgb(215,66,183); }
div.DivClassName
{
background-color: #D742B7;
}
.BgClassName
{
background-color: #D742B7;
}
</style>
border-color css
<style>
span { border-color: #D742B7; }
span { border-color: rgb(215,66,183); }
td.TdClassName
{
border-color: #D742B7;
}
.TagClassName
{
border-color: #D742B7;
}
</style>