Html Css Color HEX #D65CD6 Free Speech Magenta
📋 copy color: '#D65CD6'red 214 ◦ green 92 ◦ blue 214
Shades of Free Speech Magenta #D65CD6
Tints of Free Speech Magenta #D65CD6
RGB
CMYK
RGB Variations
Color information
#D65CD6 (or 0xD65CD6) is known color: Free Speech Magenta. HEX triplet: D6, 5C and D6. RGB value is (214,92,214). Sum of RGB (Red+Green+Blue) = 214+92+214=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D65CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CD6 is #29A329. Grayscale: #8E8E8E. Windows color (decimal): -2728746 or 14048470. OLE color: 14048470.
HSL color Cylindrical-coordinate representation of color #D65CD6: hue angle of 300º 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 #D65CD6 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 92 | 214 | - |
CMYK | 0 | 0.57 | 0 | 0.16 |
HSL | 300º | 0.6% | 0.6% | - |
HSV(B) | 300º | 0.57% | 0.84% | - |
XYZ | 43.7 | 26.81 | 66.49 | - |
YUV | 142.39 | 168.42 | 179.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 92 | 214 | 0 | 0.57 | 0 | 0.16 | 300 | 0.6 | 0.6 |
Hex | D6 | 5C | D6 | 0 | 39 | 0 | 10 | 12C | 3C | 3C |
Octal | 326 | 134 | 326 | 0 | 71 | 0 | 20 | 454 | 74 | 74 |
Binary | 11010110 | 1011100 | 11010110 | 0 | 111001 | 0 | 10000 | 100101100 | 111100 | 111100 |
Color Harmonies of #D65CD6
Complementary color
Monochromatic Colors of #D65CD6
Black with #D65CD6
Text Example
Text Example
White with #D65CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CD6; }
p { color: rgb(214,92,214); }
H1.HeaderClassName
{
color: #D65CD6;
}
.AnyTagClassName
{
color: #D65CD6;
}
</style>
background-color css
<style>
a { background-color: #D65CD6; }
a { background-color: rgb(214,92,214); }
div.DivClassName
{
background-color: #D65CD6;
}
.BgClassName
{
background-color: #D65CD6;
}
</style>
border-color css
<style>
span { border-color: #D65CD6; }
span { border-color: rgb(214,92,214); }
td.TdClassName
{
border-color: #D65CD6;
}
.TagClassName
{
border-color: #D65CD6;
}
</style>