Shades of Fuchsia #D45CBC
Tints of Fuchsia #D45CBC
RGB
CMYK
RGB Variations
Color information
#D45CBC (or 0xD45CBC) is known color: Fuchsia. HEX triplet: D4, 5C and BC. RGB value is (212,92,188). Sum of RGB (Red+Green+Blue) = 212+92+188=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45CBC is #2BA343. Grayscale: #8A8A8A. Windows color (decimal): -2859844 or 12344532. OLE color: 12344532.
HSL color Cylindrical-coordinate representation of color #D45CBC: hue angle of 312º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45CBC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 188 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.17 |
| HSL | 312º | 0.58% | 0.6% | - |
| HSV(B) | 312º | 0.57% | 0.83% | - |
| XYZ | 40.06 | 25.28 | 50.35 | - |
| YUV | 138.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 188 | 0 | 0.57 | 0.11 | 0.17 | 312 | 0.58 | 0.6 |
| Hex | D4 | 5C | BC | 0 | 39 | B | 11 | 138 | 3A | 3C |
| Octal | 324 | 134 | 274 | 0 | 71 | 13 | 21 | 470 | 72 | 74 |
| Binary | 11010100 | 1011100 | 10111100 | 0 | 111001 | 1011 | 10001 | 100111000 | 111010 | 111100 |
Color Harmonies of #D45CBC
Complementary color
Monochromatic Colors of #D45CBC
Black with #D45CBC
Text Example
Text Example
White with #D45CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45CBC; }
p { color: rgb(212,92,188); }
H1.HeaderClassName
{
color: #D45CBC;
}
.AnyTagClassName
{
color: #D45CBC;
}
</style>
background-color css
<style>
a { background-color: #D45CBC; }
a { background-color: rgb(212,92,188); }
div.DivClassName
{
background-color: #D45CBC;
}
.BgClassName
{
background-color: #D45CBC;
}
</style>
border-color css
<style>
span { border-color: #D45CBC; }
span { border-color: rgb(212,92,188); }
td.TdClassName
{
border-color: #D45CBC;
}
.TagClassName
{
border-color: #D45CBC;
}
</style>