Html Css Color HEX #D848C8 Free Speech Magenta
📋 copy color: '#D848C8'red 216 ◦ green 72 ◦ blue 200
Shades of Free Speech Magenta #D848C8
Tints of Free Speech Magenta #D848C8
RGB
CMYK
RGB Variations
Color information
#D848C8 (or 0xD848C8) is known color: Free Speech Magenta. HEX triplet: D8, 48 and C8. RGB value is (216,72,200). Sum of RGB (Red+Green+Blue) = 216+72+200=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D848C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848C8 is #27B737. Grayscale: #818181. Windows color (decimal): -2602808 or 13125848. OLE color: 13125848.
HSL color Cylindrical-coordinate representation of color #D848C8: hue angle of 306.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D848C8 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 200 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.15 |
| HSL | 306.67º | 0.65% | 0.56% | - |
| HSV(B) | 306.67º | 0.67% | 0.85% | - |
| XYZ | 41.06 | 23.4 | 57 | - |
| YUV | 129.65 | 167.71 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 200 | 0 | 0.67 | 0.07 | 0.15 | 306.67 | 0.65 | 0.56 |
| Hex | D8 | 48 | C8 | 0 | 43 | 7 | F | 133 | 41 | 38 |
| Octal | 330 | 110 | 310 | 0 | 103 | 7 | 17 | 463 | 101 | 70 |
| Binary | 11011000 | 1001000 | 11001000 | 0 | 1000011 | 111 | 1111 | 100110011 | 1000001 | 111000 |
Color Harmonies of #D848C8
Complementary color
Monochromatic Colors of #D848C8
Black with #D848C8
Text Example
Text Example
White with #D848C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848C8; }
p { color: rgb(216,72,200); }
H1.HeaderClassName
{
color: #D848C8;
}
.AnyTagClassName
{
color: #D848C8;
}
</style>
background-color css
<style>
a { background-color: #D848C8; }
a { background-color: rgb(216,72,200); }
div.DivClassName
{
background-color: #D848C8;
}
.BgClassName
{
background-color: #D848C8;
}
</style>
border-color css
<style>
span { border-color: #D848C8; }
span { border-color: rgb(216,72,200); }
td.TdClassName
{
border-color: #D848C8;
}
.TagClassName
{
border-color: #D848C8;
}
</style>