Shades of Fuchsia #D369B6
Tints of Fuchsia #D369B6
RGB
CMYK
RGB Variations
Color information
#D369B6 (or 0xD369B6) is known color: Fuchsia. HEX triplet: D3, 69 and B6. RGB value is (211,105,182). Sum of RGB (Red+Green+Blue) = 211+105+182=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D369B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369B6 is #2C9649. Grayscale: #919191. Windows color (decimal): -2922058 or 11954643. OLE color: 11954643.
HSL color Cylindrical-coordinate representation of color #D369B6: hue angle of 316.42º 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 #D369B6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 182 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.17 |
| HSL | 316.42º | 0.55% | 0.62% | - |
| HSV(B) | 316.42º | 0.5% | 0.83% | - |
| XYZ | 40.36 | 27.33 | 47.4 | - |
| YUV | 145.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 182 | 0 | 0.50 | 0.14 | 0.17 | 316.42 | 0.55 | 0.62 |
| Hex | D3 | 69 | B6 | 0 | 32 | E | 11 | 13C | 37 | 3E |
| Octal | 323 | 151 | 266 | 0 | 62 | 16 | 21 | 474 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10110110 | 0 | 110010 | 1110 | 10001 | 100111100 | 110111 | 111110 |
Color Harmonies of #D369B6
Complementary color
Monochromatic Colors of #D369B6
Black with #D369B6
Text Example
Text Example
White with #D369B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369B6; }
p { color: rgb(211,105,182); }
H1.HeaderClassName
{
color: #D369B6;
}
.AnyTagClassName
{
color: #D369B6;
}
</style>
background-color css
<style>
a { background-color: #D369B6; }
a { background-color: rgb(211,105,182); }
div.DivClassName
{
background-color: #D369B6;
}
.BgClassName
{
background-color: #D369B6;
}
</style>
border-color css
<style>
span { border-color: #D369B6; }
span { border-color: rgb(211,105,182); }
td.TdClassName
{
border-color: #D369B6;
}
.TagClassName
{
border-color: #D369B6;
}
</style>