Shades of Fuchsia #D65BB4
Tints of Fuchsia #D65BB4
RGB
CMYK
RGB Variations
Color information
#D65BB4 (or 0xD65BB4) is known color: Fuchsia. HEX triplet: D6, 5B and B4. RGB value is (214,91,180). Sum of RGB (Red+Green+Blue) = 214+91+180=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BB4 is #29A44B. Grayscale: #898989. Windows color (decimal): -2729036 or 11819990. OLE color: 11819990.
HSL color Cylindrical-coordinate representation of color #D65BB4: hue angle of 316.59º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BB4 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 180 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.16 |
| HSL | 316.59º | 0.6% | 0.6% | - |
| HSV(B) | 316.59º | 0.57% | 0.84% | - |
| XYZ | 39.71 | 25.07 | 45.93 | - |
| YUV | 137.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 180 | 0 | 0.57 | 0.16 | 0.16 | 316.59 | 0.6 | 0.6 |
| Hex | D6 | 5B | B4 | 0 | 39 | 10 | 10 | 13D | 3C | 3C |
| Octal | 326 | 133 | 264 | 0 | 71 | 20 | 20 | 475 | 74 | 74 |
| Binary | 11010110 | 1011011 | 10110100 | 0 | 111001 | 10000 | 10000 | 100111101 | 111100 | 111100 |
Color Harmonies of #D65BB4
Complementary color
Monochromatic Colors of #D65BB4
Black with #D65BB4
Text Example
Text Example
White with #D65BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BB4; }
p { color: rgb(214,91,180); }
H1.HeaderClassName
{
color: #D65BB4;
}
.AnyTagClassName
{
color: #D65BB4;
}
</style>
background-color css
<style>
a { background-color: #D65BB4; }
a { background-color: rgb(214,91,180); }
div.DivClassName
{
background-color: #D65BB4;
}
.BgClassName
{
background-color: #D65BB4;
}
</style>
border-color css
<style>
span { border-color: #D65BB4; }
span { border-color: rgb(214,91,180); }
td.TdClassName
{
border-color: #D65BB4;
}
.TagClassName
{
border-color: #D65BB4;
}
</style>