Shades of Fuchsia #D643CA
Tints of Fuchsia #D643CA
RGB
CMYK
RGB Variations
Color information
#D643CA (or 0xD643CA) is known color: Fuchsia. HEX triplet: D6, 43 and CA. RGB value is (214,67,202). Sum of RGB (Red+Green+Blue) = 214+67+202=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D643CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643CA is #29BC35. Grayscale: #7D7D7D. Windows color (decimal): -2735158 or 13255638. OLE color: 13255638.
HSL color Cylindrical-coordinate representation of color #D643CA: hue angle of 304.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643CA is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 202 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.16 |
| HSL | 304.9º | 0.64% | 0.55% | - |
| HSV(B) | 304.9º | 0.69% | 0.84% | - |
| XYZ | 40.4 | 22.57 | 58.11 | - |
| YUV | 126.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 202 | 0 | 0.69 | 0.06 | 0.16 | 304.9 | 0.64 | 0.55 |
| Hex | D6 | 43 | CA | 0 | 45 | 6 | 10 | 131 | 40 | 37 |
| Octal | 326 | 103 | 312 | 0 | 105 | 6 | 20 | 461 | 100 | 67 |
| Binary | 11010110 | 1000011 | 11001010 | 0 | 1000101 | 110 | 10000 | 100110001 | 1000000 | 110111 |
Color Harmonies of #D643CA
Complementary color
Monochromatic Colors of #D643CA
Black with #D643CA
Text Example
Text Example
White with #D643CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643CA; }
p { color: rgb(214,67,202); }
H1.HeaderClassName
{
color: #D643CA;
}
.AnyTagClassName
{
color: #D643CA;
}
</style>
background-color css
<style>
a { background-color: #D643CA; }
a { background-color: rgb(214,67,202); }
div.DivClassName
{
background-color: #D643CA;
}
.BgClassName
{
background-color: #D643CA;
}
</style>
border-color css
<style>
span { border-color: #D643CA; }
span { border-color: rgb(214,67,202); }
td.TdClassName
{
border-color: #D643CA;
}
.TagClassName
{
border-color: #D643CA;
}
</style>