Shades of Fuchsia #D742BA
Tints of Fuchsia #D742BA
RGB
CMYK
RGB Variations
Color information
#D742BA (or 0xD742BA) is known color: Fuchsia. HEX triplet: D7, 42 and BA. RGB value is (215,66,186). Sum of RGB (Red+Green+Blue) = 215+66+186=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D742BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742BA is #28BD45. Grayscale: #7B7B7B. Windows color (decimal): -2669894 or 12206807. OLE color: 12206807.
HSL color Cylindrical-coordinate representation of color #D742BA: hue angle of 311.68º 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 #D742BA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 186 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.16 |
| HSL | 311.68º | 0.65% | 0.55% | - |
| HSV(B) | 311.68º | 0.69% | 0.84% | - |
| XYZ | 38.84 | 21.89 | 48.63 | - |
| YUV | 124.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 186 | 0 | 0.69 | 0.13 | 0.16 | 311.68 | 0.65 | 0.55 |
| Hex | D7 | 42 | BA | 0 | 45 | D | 10 | 138 | 41 | 37 |
| Octal | 327 | 102 | 272 | 0 | 105 | 15 | 20 | 470 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10111010 | 0 | 1000101 | 1101 | 10000 | 100111000 | 1000001 | 110111 |
Color Harmonies of #D742BA
Complementary color
Monochromatic Colors of #D742BA
Black with #D742BA
Text Example
Text Example
White with #D742BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742BA; }
p { color: rgb(215,66,186); }
H1.HeaderClassName
{
color: #D742BA;
}
.AnyTagClassName
{
color: #D742BA;
}
</style>
background-color css
<style>
a { background-color: #D742BA; }
a { background-color: rgb(215,66,186); }
div.DivClassName
{
background-color: #D742BA;
}
.BgClassName
{
background-color: #D742BA;
}
</style>
border-color css
<style>
span { border-color: #D742BA; }
span { border-color: rgb(215,66,186); }
td.TdClassName
{
border-color: #D742BA;
}
.TagClassName
{
border-color: #D742BA;
}
</style>