Html Css Color HEX #D948C5 Free Speech Magenta
📋 copy color: '#D948C5'red 217 ◦ green 72 ◦ blue 197
Shades of Free Speech Magenta #D948C5
Tints of Free Speech Magenta #D948C5
RGB
CMYK
RGB Variations
Color information
#D948C5 (or 0xD948C5) is known color: Free Speech Magenta. HEX triplet: D9, 48 and C5. RGB value is (217,72,197). Sum of RGB (Red+Green+Blue) = 217+72+197=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D948C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948C5 is #26B73A. Grayscale: #818181. Windows color (decimal): -2537275 or 12929241. OLE color: 12929241.
HSL color Cylindrical-coordinate representation of color #D948C5: hue angle of 308.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948C5 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 197 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.15 |
| HSL | 308.28º | 0.66% | 0.57% | - |
| HSV(B) | 308.28º | 0.67% | 0.85% | - |
| XYZ | 41.01 | 23.42 | 55.18 | - |
| YUV | 129.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 197 | 0 | 0.67 | 0.09 | 0.15 | 308.28 | 0.66 | 0.57 |
| Hex | D9 | 48 | C5 | 0 | 43 | 9 | F | 134 | 42 | 39 |
| Octal | 331 | 110 | 305 | 0 | 103 | 11 | 17 | 464 | 102 | 71 |
| Binary | 11011001 | 1001000 | 11000101 | 0 | 1000011 | 1001 | 1111 | 100110100 | 1000010 | 111001 |
Color Harmonies of #D948C5
Complementary color
Monochromatic Colors of #D948C5
Black with #D948C5
Text Example
Text Example
White with #D948C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948C5; }
p { color: rgb(217,72,197); }
H1.HeaderClassName
{
color: #D948C5;
}
.AnyTagClassName
{
color: #D948C5;
}
</style>
background-color css
<style>
a { background-color: #D948C5; }
a { background-color: rgb(217,72,197); }
div.DivClassName
{
background-color: #D948C5;
}
.BgClassName
{
background-color: #D948C5;
}
</style>
border-color css
<style>
span { border-color: #D948C5; }
span { border-color: rgb(217,72,197); }
td.TdClassName
{
border-color: #D948C5;
}
.TagClassName
{
border-color: #D948C5;
}
</style>