Shades of Fuchsia #D742C9
Tints of Fuchsia #D742C9
RGB
CMYK
RGB Variations
Color information
#D742C9 (or 0xD742C9) is known color: Fuchsia. HEX triplet: D7, 42 and C9. RGB value is (215,66,201). Sum of RGB (Red+Green+Blue) = 215+66+201=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D742C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742C9 is #28BD36. Grayscale: #7D7D7D. Windows color (decimal): -2669879 or 13189847. OLE color: 13189847.
HSL color Cylindrical-coordinate representation of color #D742C9: hue angle of 305.64º 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 #D742C9 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 201 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.16 |
| HSL | 305.64º | 0.65% | 0.55% | - |
| HSV(B) | 305.64º | 0.69% | 0.84% | - |
| XYZ | 40.52 | 22.56 | 57.48 | - |
| YUV | 125.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 201 | 0 | 0.69 | 0.07 | 0.16 | 305.64 | 0.65 | 0.55 |
| Hex | D7 | 42 | C9 | 0 | 45 | 7 | 10 | 132 | 41 | 37 |
| Octal | 327 | 102 | 311 | 0 | 105 | 7 | 20 | 462 | 101 | 67 |
| Binary | 11010111 | 1000010 | 11001001 | 0 | 1000101 | 111 | 10000 | 100110010 | 1000001 | 110111 |
Color Harmonies of #D742C9
Complementary color
Monochromatic Colors of #D742C9
Black with #D742C9
Text Example
Text Example
White with #D742C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742C9; }
p { color: rgb(215,66,201); }
H1.HeaderClassName
{
color: #D742C9;
}
.AnyTagClassName
{
color: #D742C9;
}
</style>
background-color css
<style>
a { background-color: #D742C9; }
a { background-color: rgb(215,66,201); }
div.DivClassName
{
background-color: #D742C9;
}
.BgClassName
{
background-color: #D742C9;
}
</style>
border-color css
<style>
span { border-color: #D742C9; }
span { border-color: rgb(215,66,201); }
td.TdClassName
{
border-color: #D742C9;
}
.TagClassName
{
border-color: #D742C9;
}
</style>