Shades of Fuchsia #D367B5
Tints of Fuchsia #D367B5
RGB
CMYK
RGB Variations
Color information
#D367B5 (or 0xD367B5) is known color: Fuchsia. HEX triplet: D3, 67 and B5. RGB value is (211,103,181). Sum of RGB (Red+Green+Blue) = 211+103+181=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D367B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367B5 is #2C984A. Grayscale: #8F8F8F. Windows color (decimal): -2922571 or 11888595. OLE color: 11888595.
HSL color Cylindrical-coordinate representation of color #D367B5: hue angle of 316.67º 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 #D367B5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 181 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.17 |
| HSL | 316.67º | 0.55% | 0.62% | - |
| HSV(B) | 316.67º | 0.51% | 0.83% | - |
| XYZ | 40.05 | 26.89 | 46.79 | - |
| YUV | 144.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 181 | 0 | 0.51 | 0.14 | 0.17 | 316.67 | 0.55 | 0.62 |
| Hex | D3 | 67 | B5 | 0 | 33 | E | 11 | 13D | 37 | 3E |
| Octal | 323 | 147 | 265 | 0 | 63 | 16 | 21 | 475 | 67 | 76 |
| Binary | 11010011 | 1100111 | 10110101 | 0 | 110011 | 1110 | 10001 | 100111101 | 110111 | 111110 |
Color Harmonies of #D367B5
Complementary color
Monochromatic Colors of #D367B5
Black with #D367B5
Text Example
Text Example
White with #D367B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367B5; }
p { color: rgb(211,103,181); }
H1.HeaderClassName
{
color: #D367B5;
}
.AnyTagClassName
{
color: #D367B5;
}
</style>
background-color css
<style>
a { background-color: #D367B5; }
a { background-color: rgb(211,103,181); }
div.DivClassName
{
background-color: #D367B5;
}
.BgClassName
{
background-color: #D367B5;
}
</style>
border-color css
<style>
span { border-color: #D367B5; }
span { border-color: rgb(211,103,181); }
td.TdClassName
{
border-color: #D367B5;
}
.TagClassName
{
border-color: #D367B5;
}
</style>