Shades of Fuchsia #D269B6
Tints of Fuchsia #D269B6
RGB
CMYK
RGB Variations
Color information
#D269B6 (or 0xD269B6) is known color: Fuchsia. HEX triplet: D2, 69 and B6. RGB value is (210,105,182). Sum of RGB (Red+Green+Blue) = 210+105+182=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D269B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269B6 is #2D9649. Grayscale: #909090. Windows color (decimal): -2987594 or 11954642. OLE color: 11954642.
HSL color Cylindrical-coordinate representation of color #D269B6: hue angle of 316º 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 #D269B6 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 182 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.18 |
| HSL | 316º | 0.54% | 0.62% | - |
| HSV(B) | 316º | 0.5% | 0.82% | - |
| XYZ | 40.07 | 27.18 | 47.39 | - |
| YUV | 145.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 182 | 0 | 0.50 | 0.13 | 0.18 | 316 | 0.54 | 0.62 |
| Hex | D2 | 69 | B6 | 0 | 32 | D | 12 | 13C | 36 | 3E |
| Octal | 322 | 151 | 266 | 0 | 62 | 15 | 22 | 474 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10110110 | 0 | 110010 | 1101 | 10010 | 100111100 | 110110 | 111110 |
Color Harmonies of #D269B6
Complementary color
Monochromatic Colors of #D269B6
Black with #D269B6
Text Example
Text Example
White with #D269B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269B6; }
p { color: rgb(210,105,182); }
H1.HeaderClassName
{
color: #D269B6;
}
.AnyTagClassName
{
color: #D269B6;
}
</style>
background-color css
<style>
a { background-color: #D269B6; }
a { background-color: rgb(210,105,182); }
div.DivClassName
{
background-color: #D269B6;
}
.BgClassName
{
background-color: #D269B6;
}
</style>
border-color css
<style>
span { border-color: #D269B6; }
span { border-color: rgb(210,105,182); }
td.TdClassName
{
border-color: #D269B6;
}
.TagClassName
{
border-color: #D269B6;
}
</style>