Shades of Fuchsia #D765B4
Tints of Fuchsia #D765B4
RGB
CMYK
RGB Variations
Color information
#D765B4 (or 0xD765B4) is known color: Fuchsia. HEX triplet: D7, 65 and B4. RGB value is (215,101,180). Sum of RGB (Red+Green+Blue) = 215+101+180=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D765B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765B4 is #289A4B. Grayscale: #8F8F8F. Windows color (decimal): -2660940 or 11822551. OLE color: 11822551.
HSL color Cylindrical-coordinate representation of color #D765B4: hue angle of 318.42º 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 #D765B4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 180 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.16 |
| HSL | 318.42º | 0.59% | 0.62% | - |
| HSV(B) | 318.42º | 0.53% | 0.84% | - |
| XYZ | 40.92 | 27.05 | 46.24 | - |
| YUV | 144.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 180 | 0 | 0.53 | 0.16 | 0.16 | 318.42 | 0.59 | 0.62 |
| Hex | D7 | 65 | B4 | 0 | 35 | 10 | 10 | 13E | 3B | 3E |
| Octal | 327 | 145 | 264 | 0 | 65 | 20 | 20 | 476 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10110100 | 0 | 110101 | 10000 | 10000 | 100111110 | 111011 | 111110 |
Color Harmonies of #D765B4
Complementary color
Monochromatic Colors of #D765B4
Black with #D765B4
Text Example
Text Example
White with #D765B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765B4; }
p { color: rgb(215,101,180); }
H1.HeaderClassName
{
color: #D765B4;
}
.AnyTagClassName
{
color: #D765B4;
}
</style>
background-color css
<style>
a { background-color: #D765B4; }
a { background-color: rgb(215,101,180); }
div.DivClassName
{
background-color: #D765B4;
}
.BgClassName
{
background-color: #D765B4;
}
</style>
border-color css
<style>
span { border-color: #D765B4; }
span { border-color: rgb(215,101,180); }
td.TdClassName
{
border-color: #D765B4;
}
.TagClassName
{
border-color: #D765B4;
}
</style>