Shades of Fuchsia #D740C1
Tints of Fuchsia #D740C1
RGB
CMYK
RGB Variations
Color information
#D740C1 (or 0xD740C1) is known color: Fuchsia. HEX triplet: D7, 40 and C1. RGB value is (215,64,193). Sum of RGB (Red+Green+Blue) = 215+64+193=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D740C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740C1 is #28BF3E. Grayscale: #7B7B7B. Windows color (decimal): -2670399 or 12665047. OLE color: 12665047.
HSL color Cylindrical-coordinate representation of color #D740C1: hue angle of 308.74º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740C1 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 193 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.16 |
| HSL | 308.74º | 0.65% | 0.55% | - |
| HSV(B) | 308.74º | 0.7% | 0.84% | - |
| XYZ | 39.48 | 21.96 | 52.61 | - |
| YUV | 123.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 193 | 0 | 0.70 | 0.10 | 0.16 | 308.74 | 0.65 | 0.55 |
| Hex | D7 | 40 | C1 | 0 | 46 | A | 10 | 135 | 41 | 37 |
| Octal | 327 | 100 | 301 | 0 | 106 | 12 | 20 | 465 | 101 | 67 |
| Binary | 11010111 | 1000000 | 11000001 | 0 | 1000110 | 1010 | 10000 | 100110101 | 1000001 | 110111 |
Color Harmonies of #D740C1
Complementary color
Monochromatic Colors of #D740C1
Black with #D740C1
Text Example
Text Example
White with #D740C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740C1; }
p { color: rgb(215,64,193); }
H1.HeaderClassName
{
color: #D740C1;
}
.AnyTagClassName
{
color: #D740C1;
}
</style>
background-color css
<style>
a { background-color: #D740C1; }
a { background-color: rgb(215,64,193); }
div.DivClassName
{
background-color: #D740C1;
}
.BgClassName
{
background-color: #D740C1;
}
</style>
border-color css
<style>
span { border-color: #D740C1; }
span { border-color: rgb(215,64,193); }
td.TdClassName
{
border-color: #D740C1;
}
.TagClassName
{
border-color: #D740C1;
}
</style>