Shades of Fuchsia #D743BD
Tints of Fuchsia #D743BD
RGB
CMYK
RGB Variations
Color information
#D743BD (or 0xD743BD) is known color: Fuchsia. HEX triplet: D7, 43 and BD. RGB value is (215,67,189). Sum of RGB (Red+Green+Blue) = 215+67+189=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D743BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D743BD is #28BC42. Grayscale: #7C7C7C. Windows color (decimal): -2669635 or 12403671. OLE color: 12403671.
HSL color Cylindrical-coordinate representation of color #D743BD: hue angle of 310.54º degrees, saturation: 0.65, 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 #D743BD is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 189 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.16 |
| HSL | 310.54º | 0.65% | 0.55% | - |
| HSV(B) | 310.54º | 0.69% | 0.84% | - |
| XYZ | 39.22 | 22.14 | 50.35 | - |
| YUV | 125.16 | 164.03 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 189 | 0 | 0.69 | 0.12 | 0.16 | 310.54 | 0.65 | 0.55 |
| Hex | D7 | 43 | BD | 0 | 45 | C | 10 | 137 | 41 | 37 |
| Octal | 327 | 103 | 275 | 0 | 105 | 14 | 20 | 467 | 101 | 67 |
| Binary | 11010111 | 1000011 | 10111101 | 0 | 1000101 | 1100 | 10000 | 100110111 | 1000001 | 110111 |
Color Harmonies of #D743BD
Complementary color
Monochromatic Colors of #D743BD
Black with #D743BD
Text Example
Text Example
White with #D743BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D743BD; }
p { color: rgb(215,67,189); }
H1.HeaderClassName
{
color: #D743BD;
}
.AnyTagClassName
{
color: #D743BD;
}
</style>
background-color css
<style>
a { background-color: #D743BD; }
a { background-color: rgb(215,67,189); }
div.DivClassName
{
background-color: #D743BD;
}
.BgClassName
{
background-color: #D743BD;
}
</style>
border-color css
<style>
span { border-color: #D743BD; }
span { border-color: rgb(215,67,189); }
td.TdClassName
{
border-color: #D743BD;
}
.TagClassName
{
border-color: #D743BD;
}
</style>