Shades of Fuchsia #D65CB1
Tints of Fuchsia #D65CB1
RGB
CMYK
RGB Variations
Color information
#D65CB1 (or 0xD65CB1) is known color: Fuchsia. HEX triplet: D6, 5C and B1. RGB value is (214,92,177). Sum of RGB (Red+Green+Blue) = 214+92+177=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CB1 is #29A34E. Grayscale: #898989. Windows color (decimal): -2728783 or 11623638. OLE color: 11623638.
HSL color Cylindrical-coordinate representation of color #D65CB1: hue angle of 318.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65CB1 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 177 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.16 |
| HSL | 318.2º | 0.6% | 0.6% | - |
| HSV(B) | 318.2º | 0.57% | 0.84% | - |
| XYZ | 39.49 | 25.12 | 44.36 | - |
| YUV | 138.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 177 | 0 | 0.57 | 0.17 | 0.16 | 318.2 | 0.6 | 0.6 |
| Hex | D6 | 5C | B1 | 0 | 39 | 11 | 10 | 13E | 3C | 3C |
| Octal | 326 | 134 | 261 | 0 | 71 | 21 | 20 | 476 | 74 | 74 |
| Binary | 11010110 | 1011100 | 10110001 | 0 | 111001 | 10001 | 10000 | 100111110 | 111100 | 111100 |
Color Harmonies of #D65CB1
Complementary color
Monochromatic Colors of #D65CB1
Black with #D65CB1
Text Example
Text Example
White with #D65CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CB1; }
p { color: rgb(214,92,177); }
H1.HeaderClassName
{
color: #D65CB1;
}
.AnyTagClassName
{
color: #D65CB1;
}
</style>
background-color css
<style>
a { background-color: #D65CB1; }
a { background-color: rgb(214,92,177); }
div.DivClassName
{
background-color: #D65CB1;
}
.BgClassName
{
background-color: #D65CB1;
}
</style>
border-color css
<style>
span { border-color: #D65CB1; }
span { border-color: rgb(214,92,177); }
td.TdClassName
{
border-color: #D65CB1;
}
.TagClassName
{
border-color: #D65CB1;
}
</style>