Shades of Fuchsia #D267B3
Tints of Fuchsia #D267B3
RGB
CMYK
RGB Variations
Color information
#D267B3 (or 0xD267B3) is known color: Fuchsia. HEX triplet: D2, 67 and B3. RGB value is (210,103,179). Sum of RGB (Red+Green+Blue) = 210+103+179=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D267B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267B3 is #2D984C. Grayscale: #8F8F8F. Windows color (decimal): -2988109 or 11757522. OLE color: 11757522.
HSL color Cylindrical-coordinate representation of color #D267B3: hue angle of 317.38º 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 #D267B3 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 179 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.18 |
| HSL | 317.38º | 0.54% | 0.61% | - |
| HSV(B) | 317.38º | 0.51% | 0.82% | - |
| XYZ | 39.57 | 26.66 | 45.71 | - |
| YUV | 143.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 179 | 0 | 0.51 | 0.15 | 0.18 | 317.38 | 0.54 | 0.61 |
| Hex | D2 | 67 | B3 | 0 | 33 | F | 12 | 13D | 36 | 3D |
| Octal | 322 | 147 | 263 | 0 | 63 | 17 | 22 | 475 | 66 | 75 |
| Binary | 11010010 | 1100111 | 10110011 | 0 | 110011 | 1111 | 10010 | 100111101 | 110110 | 111101 |
Color Harmonies of #D267B3
Complementary color
Monochromatic Colors of #D267B3
Black with #D267B3
Text Example
Text Example
White with #D267B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267B3; }
p { color: rgb(210,103,179); }
H1.HeaderClassName
{
color: #D267B3;
}
.AnyTagClassName
{
color: #D267B3;
}
</style>
background-color css
<style>
a { background-color: #D267B3; }
a { background-color: rgb(210,103,179); }
div.DivClassName
{
background-color: #D267B3;
}
.BgClassName
{
background-color: #D267B3;
}
</style>
border-color css
<style>
span { border-color: #D267B3; }
span { border-color: rgb(210,103,179); }
td.TdClassName
{
border-color: #D267B3;
}
.TagClassName
{
border-color: #D267B3;
}
</style>