Shades of Fuchsia #D65CB7
Tints of Fuchsia #D65CB7
RGB
CMYK
RGB Variations
Color information
#D65CB7 (or 0xD65CB7) is known color: Fuchsia. HEX triplet: D6, 5C and B7. RGB value is (214,92,183). Sum of RGB (Red+Green+Blue) = 214+92+183=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CB7 is #29A348. Grayscale: #8A8A8A. Windows color (decimal): -2728777 or 12016854. OLE color: 12016854.
HSL color Cylindrical-coordinate representation of color #D65CB7: hue angle of 315.25º 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 #D65CB7 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 92 | 183 | - |
CMYK | 0 | 0.57 | 0.14 | 0.16 |
HSL | 315.25º | 0.6% | 0.6% | - |
HSV(B) | 315.25º | 0.57% | 0.84% | - |
XYZ | 40.11 | 25.37 | 47.58 | - |
YUV | 138.85 | 152.92 | 181.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 92 | 183 | 0 | 0.57 | 0.14 | 0.16 | 315.25 | 0.6 | 0.6 |
Hex | D6 | 5C | B7 | 0 | 39 | E | 10 | 13B | 3C | 3C |
Octal | 326 | 134 | 267 | 0 | 71 | 16 | 20 | 473 | 74 | 74 |
Binary | 11010110 | 1011100 | 10110111 | 0 | 111001 | 1110 | 10000 | 100111011 | 111100 | 111100 |
Color Harmonies of #D65CB7
Complementary color
Monochromatic Colors of #D65CB7
Black with #D65CB7
Text Example
Text Example
White with #D65CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CB7; }
p { color: rgb(214,92,183); }
H1.HeaderClassName
{
color: #D65CB7;
}
.AnyTagClassName
{
color: #D65CB7;
}
</style>
background-color css
<style>
a { background-color: #D65CB7; }
a { background-color: rgb(214,92,183); }
div.DivClassName
{
background-color: #D65CB7;
}
.BgClassName
{
background-color: #D65CB7;
}
</style>
border-color css
<style>
span { border-color: #D65CB7; }
span { border-color: rgb(214,92,183); }
td.TdClassName
{
border-color: #D65CB7;
}
.TagClassName
{
border-color: #D65CB7;
}
</style>