Shades of Fuchsia #D764B3
Tints of Fuchsia #D764B3
RGB
CMYK
RGB Variations
Color information
#D764B3 (or 0xD764B3) is known color: Fuchsia. HEX triplet: D7, 64 and B3. RGB value is (215,100,179). Sum of RGB (Red+Green+Blue) = 215+100+179=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D764B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D764B3 is #289B4C. Grayscale: #8F8F8F. Windows color (decimal): -2661197 or 11756759. OLE color: 11756759.
HSL color Cylindrical-coordinate representation of color #D764B3: hue angle of 318.78º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D764B3 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 179 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.16 |
| HSL | 318.78º | 0.59% | 0.62% | - |
| HSV(B) | 318.78º | 0.53% | 0.84% | - |
| XYZ | 40.72 | 26.82 | 45.68 | - |
| YUV | 143.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 179 | 0 | 0.53 | 0.17 | 0.16 | 318.78 | 0.59 | 0.62 |
| Hex | D7 | 64 | B3 | 0 | 35 | 11 | 10 | 13F | 3B | 3E |
| Octal | 327 | 144 | 263 | 0 | 65 | 21 | 20 | 477 | 73 | 76 |
| Binary | 11010111 | 1100100 | 10110011 | 0 | 110101 | 10001 | 10000 | 100111111 | 111011 | 111110 |
Color Harmonies of #D764B3
Complementary color
Monochromatic Colors of #D764B3
Black with #D764B3
Text Example
Text Example
White with #D764B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D764B3; }
p { color: rgb(215,100,179); }
H1.HeaderClassName
{
color: #D764B3;
}
.AnyTagClassName
{
color: #D764B3;
}
</style>
background-color css
<style>
a { background-color: #D764B3; }
a { background-color: rgb(215,100,179); }
div.DivClassName
{
background-color: #D764B3;
}
.BgClassName
{
background-color: #D764B3;
}
</style>
border-color css
<style>
span { border-color: #D764B3; }
span { border-color: rgb(215,100,179); }
td.TdClassName
{
border-color: #D764B3;
}
.TagClassName
{
border-color: #D764B3;
}
</style>