Shades of Fuchsia #D06CB3
Tints of Fuchsia #D06CB3
RGB
CMYK
RGB Variations
Color information
#D06CB3 (or 0xD06CB3) is known color: Fuchsia. HEX triplet: D0, 6C and B3. RGB value is (208,108,179). Sum of RGB (Red+Green+Blue) = 208+108+179=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CB3 is #2F934C. Grayscale: #919191. Windows color (decimal): -3117901 or 11758800. OLE color: 11758800.
HSL color Cylindrical-coordinate representation of color #D06CB3: hue angle of 317.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CB3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 179 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.18 |
| HSL | 317.4º | 0.52% | 0.62% | - |
| HSV(B) | 317.4º | 0.48% | 0.82% | - |
| XYZ | 39.51 | 27.39 | 45.85 | - |
| YUV | 145.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 179 | 0 | 0.48 | 0.14 | 0.18 | 317.4 | 0.52 | 0.62 |
| Hex | D0 | 6C | B3 | 0 | 30 | E | 12 | 13D | 34 | 3E |
| Octal | 320 | 154 | 263 | 0 | 60 | 16 | 22 | 475 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10110011 | 0 | 110000 | 1110 | 10010 | 100111101 | 110100 | 111110 |
Color Harmonies of #D06CB3
Complementary color
Monochromatic Colors of #D06CB3
Black with #D06CB3
Text Example
Text Example
White with #D06CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CB3; }
p { color: rgb(208,108,179); }
H1.HeaderClassName
{
color: #D06CB3;
}
.AnyTagClassName
{
color: #D06CB3;
}
</style>
background-color css
<style>
a { background-color: #D06CB3; }
a { background-color: rgb(208,108,179); }
div.DivClassName
{
background-color: #D06CB3;
}
.BgClassName
{
background-color: #D06CB3;
}
</style>
border-color css
<style>
span { border-color: #D06CB3; }
span { border-color: rgb(208,108,179); }
td.TdClassName
{
border-color: #D06CB3;
}
.TagClassName
{
border-color: #D06CB3;
}
</style>