Shades of Fuchsia #D269B5
Tints of Fuchsia #D269B5
RGB
CMYK
RGB Variations
Color information
#D269B5 (or 0xD269B5) is known color: Fuchsia. HEX triplet: D2, 69 and B5. RGB value is (210,105,181). Sum of RGB (Red+Green+Blue) = 210+105+181=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D269B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269B5 is #2D964A. Grayscale: #909090. Windows color (decimal): -2987595 or 11889106. OLE color: 11889106.
HSL color Cylindrical-coordinate representation of color #D269B5: hue angle of 316.57º 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 #D269B5 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 181 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.18 |
| HSL | 316.57º | 0.54% | 0.62% | - |
| HSV(B) | 316.57º | 0.5% | 0.82% | - |
| XYZ | 39.97 | 27.14 | 46.85 | - |
| YUV | 145.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 181 | 0 | 0.50 | 0.14 | 0.18 | 316.57 | 0.54 | 0.62 |
| Hex | D2 | 69 | B5 | 0 | 32 | E | 12 | 13D | 36 | 3E |
| Octal | 322 | 151 | 265 | 0 | 62 | 16 | 22 | 475 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10110101 | 0 | 110010 | 1110 | 10010 | 100111101 | 110110 | 111110 |
Color Harmonies of #D269B5
Complementary color
Monochromatic Colors of #D269B5
Black with #D269B5
Text Example
Text Example
White with #D269B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269B5; }
p { color: rgb(210,105,181); }
H1.HeaderClassName
{
color: #D269B5;
}
.AnyTagClassName
{
color: #D269B5;
}
</style>
background-color css
<style>
a { background-color: #D269B5; }
a { background-color: rgb(210,105,181); }
div.DivClassName
{
background-color: #D269B5;
}
.BgClassName
{
background-color: #D269B5;
}
</style>
border-color css
<style>
span { border-color: #D269B5; }
span { border-color: rgb(210,105,181); }
td.TdClassName
{
border-color: #D269B5;
}
.TagClassName
{
border-color: #D269B5;
}
</style>