Shades of Fuchsia #D069B5
Tints of Fuchsia #D069B5
RGB
CMYK
RGB Variations
Color information
#D069B5 (or 0xD069B5) is known color: Fuchsia. HEX triplet: D0, 69 and B5. RGB value is (208,105,181). Sum of RGB (Red+Green+Blue) = 208+105+181=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D069B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069B5 is #2F964A. Grayscale: #909090. Windows color (decimal): -3118667 or 11889104. OLE color: 11889104.
HSL color Cylindrical-coordinate representation of color #D069B5: hue angle of 315.73º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D069B5 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 181 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.18 |
| HSL | 315.73º | 0.52% | 0.61% | - |
| HSV(B) | 315.73º | 0.5% | 0.82% | - |
| XYZ | 39.4 | 26.85 | 46.82 | - |
| YUV | 144.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 181 | 0 | 0.50 | 0.13 | 0.18 | 315.73 | 0.52 | 0.61 |
| Hex | D0 | 69 | B5 | 0 | 32 | D | 12 | 13C | 34 | 3D |
| Octal | 320 | 151 | 265 | 0 | 62 | 15 | 22 | 474 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10110101 | 0 | 110010 | 1101 | 10010 | 100111100 | 110100 | 111101 |
Color Harmonies of #D069B5
Complementary color
Monochromatic Colors of #D069B5
Black with #D069B5
Text Example
Text Example
White with #D069B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069B5; }
p { color: rgb(208,105,181); }
H1.HeaderClassName
{
color: #D069B5;
}
.AnyTagClassName
{
color: #D069B5;
}
</style>
background-color css
<style>
a { background-color: #D069B5; }
a { background-color: rgb(208,105,181); }
div.DivClassName
{
background-color: #D069B5;
}
.BgClassName
{
background-color: #D069B5;
}
</style>
border-color css
<style>
span { border-color: #D069B5; }
span { border-color: rgb(208,105,181); }
td.TdClassName
{
border-color: #D069B5;
}
.TagClassName
{
border-color: #D069B5;
}
</style>