Shades of Fuchsia #D742C1
Tints of Fuchsia #D742C1
RGB
CMYK
RGB Variations
Color information
#D742C1 (or 0xD742C1) is known color: Fuchsia. HEX triplet: D7, 42 and C1. RGB value is (215,66,193). Sum of RGB (Red+Green+Blue) = 215+66+193=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D742C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742C1 is #28BD3E. Grayscale: #7C7C7C. Windows color (decimal): -2669887 or 12665559. OLE color: 12665559.
HSL color Cylindrical-coordinate representation of color #D742C1: hue angle of 308.86º 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 #D742C1 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 193 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.16 |
| HSL | 308.86º | 0.65% | 0.55% | - |
| HSV(B) | 308.86º | 0.69% | 0.84% | - |
| XYZ | 39.6 | 22.19 | 52.65 | - |
| YUV | 125.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 193 | 0 | 0.69 | 0.10 | 0.16 | 308.86 | 0.65 | 0.55 |
| Hex | D7 | 42 | C1 | 0 | 45 | A | 10 | 135 | 41 | 37 |
| Octal | 327 | 102 | 301 | 0 | 105 | 12 | 20 | 465 | 101 | 67 |
| Binary | 11010111 | 1000010 | 11000001 | 0 | 1000101 | 1010 | 10000 | 100110101 | 1000001 | 110111 |
Color Harmonies of #D742C1
Complementary color
Monochromatic Colors of #D742C1
Black with #D742C1
Text Example
Text Example
White with #D742C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D742C1; }
p { color: rgb(215,66,193); }
H1.HeaderClassName
{
color: #D742C1;
}
.AnyTagClassName
{
color: #D742C1;
}
</style>
background-color css
<style>
a { background-color: #D742C1; }
a { background-color: rgb(215,66,193); }
div.DivClassName
{
background-color: #D742C1;
}
.BgClassName
{
background-color: #D742C1;
}
</style>
border-color css
<style>
span { border-color: #D742C1; }
span { border-color: rgb(215,66,193); }
td.TdClassName
{
border-color: #D742C1;
}
.TagClassName
{
border-color: #D742C1;
}
</style>