Html Css Color HEX #D754C4 Free Speech Magenta
📋 copy color: '#D754C4'red 215 ◦ green 84 ◦ blue 196
Shades of Free Speech Magenta #D754C4
Tints of Free Speech Magenta #D754C4
RGB
CMYK
RGB Variations
Color information
#D754C4 (or 0xD754C4) is known color: Free Speech Magenta. HEX triplet: D7, 54 and C4. RGB value is (215,84,196). Sum of RGB (Red+Green+Blue) = 215+84+196=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D754C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754C4 is #28AB3B. Grayscale: #878787. Windows color (decimal): -2665276 or 12866775. OLE color: 12866775.
HSL color Cylindrical-coordinate representation of color #D754C4: hue angle of 308.7º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754C4 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 196 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.16 |
| HSL | 308.7º | 0.62% | 0.59% | - |
| HSV(B) | 308.7º | 0.61% | 0.84% | - |
| XYZ | 41.16 | 24.77 | 54.84 | - |
| YUV | 135.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 196 | 0 | 0.61 | 0.09 | 0.16 | 308.7 | 0.62 | 0.59 |
| Hex | D7 | 54 | C4 | 0 | 3D | 9 | 10 | 135 | 3E | 3B |
| Octal | 327 | 124 | 304 | 0 | 75 | 11 | 20 | 465 | 76 | 73 |
| Binary | 11010111 | 1010100 | 11000100 | 0 | 111101 | 1001 | 10000 | 100110101 | 111110 | 111011 |
Color Harmonies of #D754C4
Complementary color
Monochromatic Colors of #D754C4
Black with #D754C4
Text Example
Text Example
White with #D754C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754C4; }
p { color: rgb(215,84,196); }
H1.HeaderClassName
{
color: #D754C4;
}
.AnyTagClassName
{
color: #D754C4;
}
</style>
background-color css
<style>
a { background-color: #D754C4; }
a { background-color: rgb(215,84,196); }
div.DivClassName
{
background-color: #D754C4;
}
.BgClassName
{
background-color: #D754C4;
}
</style>
border-color css
<style>
span { border-color: #D754C4; }
span { border-color: rgb(215,84,196); }
td.TdClassName
{
border-color: #D754C4;
}
.TagClassName
{
border-color: #D754C4;
}
</style>