Shades of Fuchsia #D269B7
Tints of Fuchsia #D269B7
RGB
CMYK
RGB Variations
Color information
#D269B7 (or 0xD269B7) is known color: Fuchsia. HEX triplet: D2, 69 and B7. RGB value is (210,105,183). Sum of RGB (Red+Green+Blue) = 210+105+183=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D269B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269B7 is #2D9648. Grayscale: #919191. Windows color (decimal): -2987593 or 12020178. OLE color: 12020178.
HSL color Cylindrical-coordinate representation of color #D269B7: hue angle of 315.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D269B7 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 183 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.18 |
| HSL | 315.43º | 0.54% | 0.62% | - |
| HSV(B) | 315.43º | 0.5% | 0.82% | - |
| XYZ | 40.18 | 27.22 | 47.94 | - |
| YUV | 145.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 183 | 0 | 0.50 | 0.13 | 0.18 | 315.43 | 0.54 | 0.62 |
| Hex | D2 | 69 | B7 | 0 | 32 | D | 12 | 13B | 36 | 3E |
| Octal | 322 | 151 | 267 | 0 | 62 | 15 | 22 | 473 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10110111 | 0 | 110010 | 1101 | 10010 | 100111011 | 110110 | 111110 |
Color Harmonies of #D269B7
Complementary color
Monochromatic Colors of #D269B7
Black with #D269B7
Text Example
Text Example
White with #D269B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269B7; }
p { color: rgb(210,105,183); }
H1.HeaderClassName
{
color: #D269B7;
}
.AnyTagClassName
{
color: #D269B7;
}
</style>
background-color css
<style>
a { background-color: #D269B7; }
a { background-color: rgb(210,105,183); }
div.DivClassName
{
background-color: #D269B7;
}
.BgClassName
{
background-color: #D269B7;
}
</style>
border-color css
<style>
span { border-color: #D269B7; }
span { border-color: rgb(210,105,183); }
td.TdClassName
{
border-color: #D269B7;
}
.TagClassName
{
border-color: #D269B7;
}
</style>