Shades of Fuchsia #D145CA
Tints of Fuchsia #D145CA
RGB
CMYK
RGB Variations
Color information
#D145CA (or 0xD145CA) is known color: Fuchsia. HEX triplet: D1, 45 and CA. RGB value is (209,69,202). Sum of RGB (Red+Green+Blue) = 209+69+202=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D145CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145CA is #2EBA35. Grayscale: #7D7D7D. Windows color (decimal): -3062326 or 13256145. OLE color: 13256145.
HSL color Cylindrical-coordinate representation of color #D145CA: hue angle of 303º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145CA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 202 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.18 |
| HSL | 303º | 0.6% | 0.55% | - |
| HSV(B) | 303º | 0.67% | 0.82% | - |
| XYZ | 39.08 | 22.08 | 58.08 | - |
| YUV | 126.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 202 | 0 | 0.67 | 0.03 | 0.18 | 303 | 0.6 | 0.55 |
| Hex | D1 | 45 | CA | 0 | 43 | 3 | 12 | 12F | 3C | 37 |
| Octal | 321 | 105 | 312 | 0 | 103 | 3 | 22 | 457 | 74 | 67 |
| Binary | 11010001 | 1000101 | 11001010 | 0 | 1000011 | 11 | 10010 | 100101111 | 111100 | 110111 |
Color Harmonies of #D145CA
Complementary color
Monochromatic Colors of #D145CA
Black with #D145CA
Text Example
Text Example
White with #D145CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145CA; }
p { color: rgb(209,69,202); }
H1.HeaderClassName
{
color: #D145CA;
}
.AnyTagClassName
{
color: #D145CA;
}
</style>
background-color css
<style>
a { background-color: #D145CA; }
a { background-color: rgb(209,69,202); }
div.DivClassName
{
background-color: #D145CA;
}
.BgClassName
{
background-color: #D145CA;
}
</style>
border-color css
<style>
span { border-color: #D145CA; }
span { border-color: rgb(209,69,202); }
td.TdClassName
{
border-color: #D145CA;
}
.TagClassName
{
border-color: #D145CA;
}
</style>