Shades of Fuchsia #D662BD
Tints of Fuchsia #D662BD
RGB
CMYK
RGB Variations
Color information
#D662BD (or 0xD662BD) is known color: Fuchsia. HEX triplet: D6, 62 and BD. RGB value is (214,98,189). Sum of RGB (Red+Green+Blue) = 214+98+189=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D662BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662BD is #299D42. Grayscale: #8E8E8E. Windows color (decimal): -2727235 or 12411606. OLE color: 12411606.
HSL color Cylindrical-coordinate representation of color #D662BD: hue angle of 312.93º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662BD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 189 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.16 |
| HSL | 312.93º | 0.59% | 0.61% | - |
| HSV(B) | 312.93º | 0.54% | 0.84% | - |
| XYZ | 41.28 | 26.71 | 51.12 | - |
| YUV | 143.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 189 | 0 | 0.54 | 0.12 | 0.16 | 312.93 | 0.59 | 0.61 |
| Hex | D6 | 62 | BD | 0 | 36 | C | 10 | 139 | 3B | 3D |
| Octal | 326 | 142 | 275 | 0 | 66 | 14 | 20 | 471 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10111101 | 0 | 110110 | 1100 | 10000 | 100111001 | 111011 | 111101 |
Color Harmonies of #D662BD
Complementary color
Monochromatic Colors of #D662BD
Black with #D662BD
Text Example
Text Example
White with #D662BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662BD; }
p { color: rgb(214,98,189); }
H1.HeaderClassName
{
color: #D662BD;
}
.AnyTagClassName
{
color: #D662BD;
}
</style>
background-color css
<style>
a { background-color: #D662BD; }
a { background-color: rgb(214,98,189); }
div.DivClassName
{
background-color: #D662BD;
}
.BgClassName
{
background-color: #D662BD;
}
</style>
border-color css
<style>
span { border-color: #D662BD; }
span { border-color: rgb(214,98,189); }
td.TdClassName
{
border-color: #D662BD;
}
.TagClassName
{
border-color: #D662BD;
}
</style>