Html Css Color HEX #D94ACC Free Speech Magenta
📋 copy color: '#D94ACC'red 217 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #D94ACC
Tints of Free Speech Magenta #D94ACC
RGB
CMYK
RGB Variations
Color information
#D94ACC (or 0xD94ACC) is known color: Free Speech Magenta. HEX triplet: D9, 4A and CC. RGB value is (217,74,204). Sum of RGB (Red+Green+Blue) = 217+74+204=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D94ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94ACC is #26B533. Grayscale: #838383. Windows color (decimal): -2536756 or 13388505. OLE color: 13388505.
HSL color Cylindrical-coordinate representation of color #D94ACC: hue angle of 305.45º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94ACC is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 204 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.15 |
| HSL | 305.45º | 0.65% | 0.57% | - |
| HSV(B) | 305.45º | 0.66% | 0.85% | - |
| XYZ | 41.96 | 24.01 | 59.55 | - |
| YUV | 131.58 | 168.88 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 204 | 0 | 0.66 | 0.06 | 0.15 | 305.45 | 0.65 | 0.57 |
| Hex | D9 | 4A | CC | 0 | 42 | 6 | F | 131 | 41 | 39 |
| Octal | 331 | 112 | 314 | 0 | 102 | 6 | 17 | 461 | 101 | 71 |
| Binary | 11011001 | 1001010 | 11001100 | 0 | 1000010 | 110 | 1111 | 100110001 | 1000001 | 111001 |
Color Harmonies of #D94ACC
Complementary color
Monochromatic Colors of #D94ACC
Black with #D94ACC
Text Example
Text Example
White with #D94ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94ACC; }
p { color: rgb(217,74,204); }
H1.HeaderClassName
{
color: #D94ACC;
}
.AnyTagClassName
{
color: #D94ACC;
}
</style>
background-color css
<style>
a { background-color: #D94ACC; }
a { background-color: rgb(217,74,204); }
div.DivClassName
{
background-color: #D94ACC;
}
.BgClassName
{
background-color: #D94ACC;
}
</style>
border-color css
<style>
span { border-color: #D94ACC; }
span { border-color: rgb(217,74,204); }
td.TdClassName
{
border-color: #D94ACC;
}
.TagClassName
{
border-color: #D94ACC;
}
</style>