Html Css Color HEX #D756CA Free Speech Magenta
📋 copy color: '#D756CA'red 215 ◦ green 86 ◦ blue 202
Shades of Free Speech Magenta #D756CA
Tints of Free Speech Magenta #D756CA
RGB
CMYK
RGB Variations
Color information
#D756CA (or 0xD756CA) is known color: Free Speech Magenta. HEX triplet: D7, 56 and CA. RGB value is (215,86,202). Sum of RGB (Red+Green+Blue) = 215+86+202=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D756CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D756CA is #28A935. Grayscale: #898989. Windows color (decimal): -2664758 or 13260503. OLE color: 13260503.
HSL color Cylindrical-coordinate representation of color #D756CA: hue angle of 306.05º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D756CA is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 202 | - |
| CMYK | 0 | 0.6 | 0.06 | 0.16 |
| HSL | 306.05º | 0.62% | 0.59% | - |
| HSV(B) | 306.05º | 0.6% | 0.84% | - |
| XYZ | 42.01 | 25.37 | 58.56 | - |
| YUV | 137.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 202 | 0 | 0.6 | 0.06 | 0.16 | 306.05 | 0.62 | 0.59 |
| Hex | D7 | 56 | CA | 0 | 3C | 6 | 10 | 132 | 3E | 3B |
| Octal | 327 | 126 | 312 | 0 | 74 | 6 | 20 | 462 | 76 | 73 |
| Binary | 11010111 | 1010110 | 11001010 | 0 | 111100 | 110 | 10000 | 100110010 | 111110 | 111011 |
Color Harmonies of #D756CA
Complementary color
Monochromatic Colors of #D756CA
Black with #D756CA
Text Example
Text Example
White with #D756CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D756CA; }
p { color: rgb(215,86,202); }
H1.HeaderClassName
{
color: #D756CA;
}
.AnyTagClassName
{
color: #D756CA;
}
</style>
background-color css
<style>
a { background-color: #D756CA; }
a { background-color: rgb(215,86,202); }
div.DivClassName
{
background-color: #D756CA;
}
.BgClassName
{
background-color: #D756CA;
}
</style>
border-color css
<style>
span { border-color: #D756CA; }
span { border-color: rgb(215,86,202); }
td.TdClassName
{
border-color: #D756CA;
}
.TagClassName
{
border-color: #D756CA;
}
</style>