Shades of Fuchsia #D369B5
Tints of Fuchsia #D369B5
RGB
CMYK
RGB Variations
Color information
#D369B5 (or 0xD369B5) is known color: Fuchsia. HEX triplet: D3, 69 and B5. RGB value is (211,105,181). Sum of RGB (Red+Green+Blue) = 211+105+181=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D369B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369B5 is #2C964A. Grayscale: #919191. Windows color (decimal): -2922059 or 11889107. OLE color: 11889107.
HSL color Cylindrical-coordinate representation of color #D369B5: hue angle of 316.98º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369B5 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 181 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.17 |
| HSL | 316.98º | 0.55% | 0.62% | - |
| HSV(B) | 316.98º | 0.5% | 0.83% | - |
| XYZ | 40.26 | 27.29 | 46.86 | - |
| YUV | 145.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 181 | 0 | 0.50 | 0.14 | 0.17 | 316.98 | 0.55 | 0.62 |
| Hex | D3 | 69 | B5 | 0 | 32 | E | 11 | 13D | 37 | 3E |
| Octal | 323 | 151 | 265 | 0 | 62 | 16 | 21 | 475 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10110101 | 0 | 110010 | 1110 | 10001 | 100111101 | 110111 | 111110 |
Color Harmonies of #D369B5
Complementary color
Monochromatic Colors of #D369B5
Black with #D369B5
Text Example
Text Example
White with #D369B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369B5; }
p { color: rgb(211,105,181); }
H1.HeaderClassName
{
color: #D369B5;
}
.AnyTagClassName
{
color: #D369B5;
}
</style>
background-color css
<style>
a { background-color: #D369B5; }
a { background-color: rgb(211,105,181); }
div.DivClassName
{
background-color: #D369B5;
}
.BgClassName
{
background-color: #D369B5;
}
</style>
border-color css
<style>
span { border-color: #D369B5; }
span { border-color: rgb(211,105,181); }
td.TdClassName
{
border-color: #D369B5;
}
.TagClassName
{
border-color: #D369B5;
}
</style>