Shades of Fuchsia #D12BBE
Tints of Fuchsia #D12BBE
RGB
CMYK
RGB Variations
Color information
#D12BBE (or 0xD12BBE) is known color: Fuchsia. HEX triplet: D1, 2B and BE. RGB value is (209,43,190). Sum of RGB (Red+Green+Blue) = 209+43+190=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D12BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12BBE is #2ED441. Grayscale: #6C6C6C. Windows color (decimal): -3068994 or 12463057. OLE color: 12463057.
HSL color Cylindrical-coordinate representation of color #D12BBE: hue angle of 306.87º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12BBE is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 190 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.18 |
| HSL | 306.87º | 0.66% | 0.49% | - |
| HSV(B) | 306.87º | 0.79% | 0.82% | - |
| XYZ | 36.45 | 19 | 50.46 | - |
| YUV | 109.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 190 | 0 | 0.79 | 0.09 | 0.18 | 306.87 | 0.66 | 0.49 |
| Hex | D1 | 2B | BE | 0 | 4F | 9 | 12 | 133 | 42 | 31 |
| Octal | 321 | 53 | 276 | 0 | 117 | 11 | 22 | 463 | 102 | 61 |
| Binary | 11010001 | 101011 | 10111110 | 0 | 1001111 | 1001 | 10010 | 100110011 | 1000010 | 110001 |
Color Harmonies of #D12BBE
Complementary color
Monochromatic Colors of #D12BBE
Black with #D12BBE
Text Example
Text Example
White with #D12BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BBE; }
p { color: rgb(209,43,190); }
H1.HeaderClassName
{
color: #D12BBE;
}
.AnyTagClassName
{
color: #D12BBE;
}
</style>
background-color css
<style>
a { background-color: #D12BBE; }
a { background-color: rgb(209,43,190); }
div.DivClassName
{
background-color: #D12BBE;
}
.BgClassName
{
background-color: #D12BBE;
}
</style>
border-color css
<style>
span { border-color: #D12BBE; }
span { border-color: rgb(209,43,190); }
td.TdClassName
{
border-color: #D12BBE;
}
.TagClassName
{
border-color: #D12BBE;
}
</style>