Shades of Fuchsia #D367B2
Tints of Fuchsia #D367B2
RGB
CMYK
RGB Variations
Color information
#D367B2 (or 0xD367B2) is known color: Fuchsia. HEX triplet: D3, 67 and B2. RGB value is (211,103,178). Sum of RGB (Red+Green+Blue) = 211+103+178=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D367B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D367B2 is #2C984D. Grayscale: #8F8F8F. Windows color (decimal): -2922574 or 11691987. OLE color: 11691987.
HSL color Cylindrical-coordinate representation of color #D367B2: hue angle of 318.33º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D367B2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 178 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.17 |
| HSL | 318.33º | 0.55% | 0.62% | - |
| HSV(B) | 318.33º | 0.51% | 0.83% | - |
| XYZ | 39.75 | 26.76 | 45.19 | - |
| YUV | 143.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 178 | 0 | 0.51 | 0.16 | 0.17 | 318.33 | 0.55 | 0.62 |
| Hex | D3 | 67 | B2 | 0 | 33 | 10 | 11 | 13E | 37 | 3E |
| Octal | 323 | 147 | 262 | 0 | 63 | 20 | 21 | 476 | 67 | 76 |
| Binary | 11010011 | 1100111 | 10110010 | 0 | 110011 | 10000 | 10001 | 100111110 | 110111 | 111110 |
Color Harmonies of #D367B2
Complementary color
Monochromatic Colors of #D367B2
Black with #D367B2
Text Example
Text Example
White with #D367B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367B2; }
p { color: rgb(211,103,178); }
H1.HeaderClassName
{
color: #D367B2;
}
.AnyTagClassName
{
color: #D367B2;
}
</style>
background-color css
<style>
a { background-color: #D367B2; }
a { background-color: rgb(211,103,178); }
div.DivClassName
{
background-color: #D367B2;
}
.BgClassName
{
background-color: #D367B2;
}
</style>
border-color css
<style>
span { border-color: #D367B2; }
span { border-color: rgb(211,103,178); }
td.TdClassName
{
border-color: #D367B2;
}
.TagClassName
{
border-color: #D367B2;
}
</style>