Shades of Fuchsia #D136CA
Tints of Fuchsia #D136CA
RGB
CMYK
RGB Variations
Color information
#D136CA (or 0xD136CA) is known color: Fuchsia. HEX triplet: D1, 36 and CA. RGB value is (209,54,202). Sum of RGB (Red+Green+Blue) = 209+54+202=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D136CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136CA is #2EC935. Grayscale: #747474. Windows color (decimal): -3066166 or 13252305. OLE color: 13252305.
HSL color Cylindrical-coordinate representation of color #D136CA: hue angle of 302.71º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D136CA is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 202 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.18 |
| HSL | 302.71º | 0.63% | 0.52% | - |
| HSV(B) | 302.71º | 0.74% | 0.82% | - |
| XYZ | 38.27 | 20.46 | 57.81 | - |
| YUV | 117.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 202 | 0 | 0.74 | 0.03 | 0.18 | 302.71 | 0.63 | 0.52 |
| Hex | D1 | 36 | CA | 0 | 4A | 3 | 12 | 12F | 3F | 34 |
| Octal | 321 | 66 | 312 | 0 | 112 | 3 | 22 | 457 | 77 | 64 |
| Binary | 11010001 | 110110 | 11001010 | 0 | 1001010 | 11 | 10010 | 100101111 | 111111 | 110100 |
Color Harmonies of #D136CA
Complementary color
Monochromatic Colors of #D136CA
Black with #D136CA
Text Example
Text Example
White with #D136CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D136CA; }
p { color: rgb(209,54,202); }
H1.HeaderClassName
{
color: #D136CA;
}
.AnyTagClassName
{
color: #D136CA;
}
</style>
background-color css
<style>
a { background-color: #D136CA; }
a { background-color: rgb(209,54,202); }
div.DivClassName
{
background-color: #D136CA;
}
.BgClassName
{
background-color: #D136CA;
}
</style>
border-color css
<style>
span { border-color: #D136CA; }
span { border-color: rgb(209,54,202); }
td.TdClassName
{
border-color: #D136CA;
}
.TagClassName
{
border-color: #D136CA;
}
</style>