Shades of Fuchsia #D635BB
Tints of Fuchsia #D635BB
RGB
CMYK
RGB Variations
Color information
#D635BB (or 0xD635BB) is known color: Fuchsia. HEX triplet: D6, 35 and BB. RGB value is (214,53,187). Sum of RGB (Red+Green+Blue) = 214+53+187=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D635BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635BB is #29CA44. Grayscale: #747474. Windows color (decimal): -2738757 or 12269014. OLE color: 12269014.
HSL color Cylindrical-coordinate representation of color #D635BB: hue angle of 310.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D635BB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 187 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.16 |
| HSL | 310.06º | 0.66% | 0.52% | - |
| HSV(B) | 310.06º | 0.75% | 0.84% | - |
| XYZ | 37.97 | 20.43 | 48.96 | - |
| YUV | 116.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 187 | 0 | 0.75 | 0.13 | 0.16 | 310.06 | 0.66 | 0.52 |
| Hex | D6 | 35 | BB | 0 | 4B | D | 10 | 136 | 42 | 34 |
| Octal | 326 | 65 | 273 | 0 | 113 | 15 | 20 | 466 | 102 | 64 |
| Binary | 11010110 | 110101 | 10111011 | 0 | 1001011 | 1101 | 10000 | 100110110 | 1000010 | 110100 |
Color Harmonies of #D635BB
Complementary color
Monochromatic Colors of #D635BB
Black with #D635BB
Text Example
Text Example
White with #D635BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635BB; }
p { color: rgb(214,53,187); }
H1.HeaderClassName
{
color: #D635BB;
}
.AnyTagClassName
{
color: #D635BB;
}
</style>
background-color css
<style>
a { background-color: #D635BB; }
a { background-color: rgb(214,53,187); }
div.DivClassName
{
background-color: #D635BB;
}
.BgClassName
{
background-color: #D635BB;
}
</style>
border-color css
<style>
span { border-color: #D635BB; }
span { border-color: rgb(214,53,187); }
td.TdClassName
{
border-color: #D635BB;
}
.TagClassName
{
border-color: #D635BB;
}
</style>