Shades of Fuchsia #D45CC3
Tints of Fuchsia #D45CC3
RGB
CMYK
RGB Variations
Color information
#D45CC3 (or 0xD45CC3) is known color: Fuchsia. HEX triplet: D4, 5C and C3. RGB value is (212,92,195). Sum of RGB (Red+Green+Blue) = 212+92+195=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D45CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45CC3 is #2BA33C. Grayscale: #8B8B8B. Windows color (decimal): -2859837 or 12803284. OLE color: 12803284.
HSL color Cylindrical-coordinate representation of color #D45CC3: hue angle of 308.5º 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 #D45CC3 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 195 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.17 |
| HSL | 308.5º | 0.58% | 0.6% | - |
| HSV(B) | 308.5º | 0.57% | 0.83% | - |
| XYZ | 40.83 | 25.59 | 54.42 | - |
| YUV | 139.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 195 | 0 | 0.57 | 0.08 | 0.17 | 308.5 | 0.58 | 0.6 |
| Hex | D4 | 5C | C3 | 0 | 39 | 8 | 11 | 134 | 3A | 3C |
| Octal | 324 | 134 | 303 | 0 | 71 | 10 | 21 | 464 | 72 | 74 |
| Binary | 11010100 | 1011100 | 11000011 | 0 | 111001 | 1000 | 10001 | 100110100 | 111010 | 111100 |
Color Harmonies of #D45CC3
Complementary color
Monochromatic Colors of #D45CC3
Black with #D45CC3
Text Example
Text Example
White with #D45CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45CC3; }
p { color: rgb(212,92,195); }
H1.HeaderClassName
{
color: #D45CC3;
}
.AnyTagClassName
{
color: #D45CC3;
}
</style>
background-color css
<style>
a { background-color: #D45CC3; }
a { background-color: rgb(212,92,195); }
div.DivClassName
{
background-color: #D45CC3;
}
.BgClassName
{
background-color: #D45CC3;
}
</style>
border-color css
<style>
span { border-color: #D45CC3; }
span { border-color: rgb(212,92,195); }
td.TdClassName
{
border-color: #D45CC3;
}
.TagClassName
{
border-color: #D45CC3;
}
</style>