Shades of Fuchsia #D267BA
Tints of Fuchsia #D267BA
RGB
CMYK
RGB Variations
Color information
#D267BA (or 0xD267BA) is known color: Fuchsia. HEX triplet: D2, 67 and BA. RGB value is (210,103,186). Sum of RGB (Red+Green+Blue) = 210+103+186=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D267BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267BA is #2D9845. Grayscale: #909090. Windows color (decimal): -2988102 or 12216274. OLE color: 12216274.
HSL color Cylindrical-coordinate representation of color #D267BA: hue angle of 313.46º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267BA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 186 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.18 |
| HSL | 313.46º | 0.54% | 0.61% | - |
| HSV(B) | 313.46º | 0.51% | 0.82% | - |
| XYZ | 40.29 | 26.95 | 49.53 | - |
| YUV | 144.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 186 | 0 | 0.51 | 0.11 | 0.18 | 313.46 | 0.54 | 0.61 |
| Hex | D2 | 67 | BA | 0 | 33 | B | 12 | 139 | 36 | 3D |
| Octal | 322 | 147 | 272 | 0 | 63 | 13 | 22 | 471 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10111010 | 0 | 110011 | 1011 | 10010 | 100111001 | 110110 | 111101 |
Color Harmonies of #D267BA
Complementary color
Monochromatic Colors of #D267BA
Black with #D267BA
Text Example
Text Example
White with #D267BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267BA; }
p { color: rgb(210,103,186); }
H1.HeaderClassName
{
color: #D267BA;
}
.AnyTagClassName
{
color: #D267BA;
}
</style>
background-color css
<style>
a { background-color: #D267BA; }
a { background-color: rgb(210,103,186); }
div.DivClassName
{
background-color: #D267BA;
}
.BgClassName
{
background-color: #D267BA;
}
</style>
border-color css
<style>
span { border-color: #D267BA; }
span { border-color: rgb(210,103,186); }
td.TdClassName
{
border-color: #D267BA;
}
.TagClassName
{
border-color: #D267BA;
}
</style>