Shades of Fuchsia #D45DBB
Tints of Fuchsia #D45DBB
RGB
CMYK
RGB Variations
Color information
#D45DBB (or 0xD45DBB) is known color: Fuchsia. HEX triplet: D4, 5D and BB. RGB value is (212,93,187). Sum of RGB (Red+Green+Blue) = 212+93+187=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45DBB is #2BA244. Grayscale: #8B8B8B. Windows color (decimal): -2859589 or 12279252. OLE color: 12279252.
HSL color Cylindrical-coordinate representation of color #D45DBB: hue angle of 312.61º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45DBB is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 93 | 187 | - |
CMYK | 0 | 0.56 | 0.12 | 0.17 |
HSL | 312.61º | 0.58% | 0.6% | - |
HSV(B) | 312.61º | 0.56% | 0.83% | - |
XYZ | 40.04 | 25.41 | 49.81 | - |
YUV | 139.3 | 154.92 | 179.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 93 | 187 | 0 | 0.56 | 0.12 | 0.17 | 312.61 | 0.58 | 0.6 |
Hex | D4 | 5D | BB | 0 | 38 | C | 11 | 139 | 3A | 3C |
Octal | 324 | 135 | 273 | 0 | 70 | 14 | 21 | 471 | 72 | 74 |
Binary | 11010100 | 1011101 | 10111011 | 0 | 111000 | 1100 | 10001 | 100111001 | 111010 | 111100 |
Color Harmonies of #D45DBB
Complementary color
Monochromatic Colors of #D45DBB
Black with #D45DBB
Text Example
Text Example
White with #D45DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45DBB; }
p { color: rgb(212,93,187); }
H1.HeaderClassName
{
color: #D45DBB;
}
.AnyTagClassName
{
color: #D45DBB;
}
</style>
background-color css
<style>
a { background-color: #D45DBB; }
a { background-color: rgb(212,93,187); }
div.DivClassName
{
background-color: #D45DBB;
}
.BgClassName
{
background-color: #D45DBB;
}
</style>
border-color css
<style>
span { border-color: #D45DBB; }
span { border-color: rgb(212,93,187); }
td.TdClassName
{
border-color: #D45DBB;
}
.TagClassName
{
border-color: #D45DBB;
}
</style>