Shades of Fuchsia #D65CBB
Tints of Fuchsia #D65CBB
RGB
CMYK
RGB Variations
Color information
#D65CBB (or 0xD65CBB) is known color: Fuchsia. HEX triplet: D6, 5C and BB. RGB value is (214,92,187). Sum of RGB (Red+Green+Blue) = 214+92+187=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CBB is #29A344. Grayscale: #8B8B8B. Windows color (decimal): -2728773 or 12278998. OLE color: 12278998.
HSL color Cylindrical-coordinate representation of color #D65CBB: hue angle of 313.28º 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 #D65CBB is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 187 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.16 |
| HSL | 313.28º | 0.6% | 0.6% | - |
| HSV(B) | 313.28º | 0.57% | 0.84% | - |
| XYZ | 40.53 | 25.54 | 49.81 | - |
| YUV | 139.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 187 | 0 | 0.57 | 0.13 | 0.16 | 313.28 | 0.6 | 0.6 |
| Hex | D6 | 5C | BB | 0 | 39 | D | 10 | 139 | 3C | 3C |
| Octal | 326 | 134 | 273 | 0 | 71 | 15 | 20 | 471 | 74 | 74 |
| Binary | 11010110 | 1011100 | 10111011 | 0 | 111001 | 1101 | 10000 | 100111001 | 111100 | 111100 |
Color Harmonies of #D65CBB
Complementary color
Monochromatic Colors of #D65CBB
Black with #D65CBB
Text Example
Text Example
White with #D65CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CBB; }
p { color: rgb(214,92,187); }
H1.HeaderClassName
{
color: #D65CBB;
}
.AnyTagClassName
{
color: #D65CBB;
}
</style>
background-color css
<style>
a { background-color: #D65CBB; }
a { background-color: rgb(214,92,187); }
div.DivClassName
{
background-color: #D65CBB;
}
.BgClassName
{
background-color: #D65CBB;
}
</style>
border-color css
<style>
span { border-color: #D65CBB; }
span { border-color: rgb(214,92,187); }
td.TdClassName
{
border-color: #D65CBB;
}
.TagClassName
{
border-color: #D65CBB;
}
</style>