Shades of Fuchsia #D045C4
Tints of Fuchsia #D045C4
RGB
CMYK
RGB Variations
Color information
#D045C4 (or 0xD045C4) is known color: Fuchsia. HEX triplet: D0, 45 and C4. RGB value is (208,69,196). Sum of RGB (Red+Green+Blue) = 208+69+196=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D045C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D045C4 is #2FBA3B. Grayscale: #7C7C7C. Windows color (decimal): -3127868 or 12862928. OLE color: 12862928.
HSL color Cylindrical-coordinate representation of color #D045C4: hue angle of 305.18º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045C4 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 196 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.18 |
| HSL | 305.18º | 0.6% | 0.54% | - |
| HSV(B) | 305.18º | 0.67% | 0.82% | - |
| XYZ | 38.1 | 21.65 | 54.4 | - |
| YUV | 125.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 196 | 0 | 0.67 | 0.06 | 0.18 | 305.18 | 0.6 | 0.54 |
| Hex | D0 | 45 | C4 | 0 | 43 | 6 | 12 | 131 | 3C | 36 |
| Octal | 320 | 105 | 304 | 0 | 103 | 6 | 22 | 461 | 74 | 66 |
| Binary | 11010000 | 1000101 | 11000100 | 0 | 1000011 | 110 | 10010 | 100110001 | 111100 | 110110 |
Color Harmonies of #D045C4
Complementary color
Monochromatic Colors of #D045C4
Black with #D045C4
Text Example
Text Example
White with #D045C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045C4; }
p { color: rgb(208,69,196); }
H1.HeaderClassName
{
color: #D045C4;
}
.AnyTagClassName
{
color: #D045C4;
}
</style>
background-color css
<style>
a { background-color: #D045C4; }
a { background-color: rgb(208,69,196); }
div.DivClassName
{
background-color: #D045C4;
}
.BgClassName
{
background-color: #D045C4;
}
</style>
border-color css
<style>
span { border-color: #D045C4; }
span { border-color: rgb(208,69,196); }
td.TdClassName
{
border-color: #D045C4;
}
.TagClassName
{
border-color: #D045C4;
}
</style>