Shades of Fuchsia #D645CB
Tints of Fuchsia #D645CB
RGB
CMYK
RGB Variations
Color information
#D645CB (or 0xD645CB) is known color: Fuchsia. HEX triplet: D6, 45 and CB. RGB value is (214,69,203). Sum of RGB (Red+Green+Blue) = 214+69+203=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D645CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D645CB is #29BA34. Grayscale: #7F7F7F. Windows color (decimal): -2734645 or 13321686. OLE color: 13321686.
HSL color Cylindrical-coordinate representation of color #D645CB: hue angle of 304.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D645CB is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 203 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.16 |
| HSL | 304.55º | 0.64% | 0.55% | - |
| HSV(B) | 304.55º | 0.68% | 0.84% | - |
| XYZ | 40.64 | 22.86 | 58.77 | - |
| YUV | 127.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 203 | 0 | 0.68 | 0.05 | 0.16 | 304.55 | 0.64 | 0.55 |
| Hex | D6 | 45 | CB | 0 | 44 | 5 | 10 | 131 | 40 | 37 |
| Octal | 326 | 105 | 313 | 0 | 104 | 5 | 20 | 461 | 100 | 67 |
| Binary | 11010110 | 1000101 | 11001011 | 0 | 1000100 | 101 | 10000 | 100110001 | 1000000 | 110111 |
Color Harmonies of #D645CB
Complementary color
Monochromatic Colors of #D645CB
Black with #D645CB
Text Example
Text Example
White with #D645CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D645CB; }
p { color: rgb(214,69,203); }
H1.HeaderClassName
{
color: #D645CB;
}
.AnyTagClassName
{
color: #D645CB;
}
</style>
background-color css
<style>
a { background-color: #D645CB; }
a { background-color: rgb(214,69,203); }
div.DivClassName
{
background-color: #D645CB;
}
.BgClassName
{
background-color: #D645CB;
}
</style>
border-color css
<style>
span { border-color: #D645CB; }
span { border-color: rgb(214,69,203); }
td.TdClassName
{
border-color: #D645CB;
}
.TagClassName
{
border-color: #D645CB;
}
</style>