Shades of Fuchsia #D45BBE
Tints of Fuchsia #D45BBE
RGB
CMYK
RGB Variations
Color information
#D45BBE (or 0xD45BBE) is known color: Fuchsia. HEX triplet: D4, 5B and BE. RGB value is (212,91,190). Sum of RGB (Red+Green+Blue) = 212+91+190=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D45BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45BBE is #2BA441. Grayscale: #8A8A8A. Windows color (decimal): -2860098 or 12475348. OLE color: 12475348.
HSL color Cylindrical-coordinate representation of color #D45BBE: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D45BBE is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 190 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.17 |
| HSL | 310.91º | 0.58% | 0.59% | - |
| HSV(B) | 310.91º | 0.57% | 0.83% | - |
| XYZ | 40.19 | 25.2 | 51.46 | - |
| YUV | 138.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 190 | 0 | 0.57 | 0.10 | 0.17 | 310.91 | 0.58 | 0.59 |
| Hex | D4 | 5B | BE | 0 | 39 | A | 11 | 137 | 3A | 3B |
| Octal | 324 | 133 | 276 | 0 | 71 | 12 | 21 | 467 | 72 | 73 |
| Binary | 11010100 | 1011011 | 10111110 | 0 | 111001 | 1010 | 10001 | 100110111 | 111010 | 111011 |
Color Harmonies of #D45BBE
Complementary color
Monochromatic Colors of #D45BBE
Black with #D45BBE
Text Example
Text Example
White with #D45BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45BBE; }
p { color: rgb(212,91,190); }
H1.HeaderClassName
{
color: #D45BBE;
}
.AnyTagClassName
{
color: #D45BBE;
}
</style>
background-color css
<style>
a { background-color: #D45BBE; }
a { background-color: rgb(212,91,190); }
div.DivClassName
{
background-color: #D45BBE;
}
.BgClassName
{
background-color: #D45BBE;
}
</style>
border-color css
<style>
span { border-color: #D45BBE; }
span { border-color: rgb(212,91,190); }
td.TdClassName
{
border-color: #D45BBE;
}
.TagClassName
{
border-color: #D45BBE;
}
</style>