Html Css Color HEX #D354CC Free Speech Magenta
📋 copy color: '#D354CC'red 211 ◦ green 84 ◦ blue 204
Shades of Free Speech Magenta #D354CC
Tints of Free Speech Magenta #D354CC
RGB
CMYK
RGB Variations
Color information
#D354CC (or 0xD354CC) is known color: Free Speech Magenta. HEX triplet: D3, 54 and CC. RGB value is (211,84,204). Sum of RGB (Red+Green+Blue) = 211+84+204=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D354CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354CC is #2CAB33. Grayscale: #878787. Windows color (decimal): -2927412 or 13391059. OLE color: 13391059.
HSL color Cylindrical-coordinate representation of color #D354CC: hue angle of 303.31º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D354CC is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 84 | 204 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.17 |
| HSL | 303.31º | 0.59% | 0.58% | - |
| HSV(B) | 303.31º | 0.6% | 0.83% | - |
| XYZ | 40.93 | 24.55 | 59.71 | - |
| YUV | 135.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 204 | 0 | 0.60 | 0.03 | 0.17 | 303.31 | 0.59 | 0.58 |
| Hex | D3 | 54 | CC | 0 | 3C | 3 | 11 | 12F | 3B | 3A |
| Octal | 323 | 124 | 314 | 0 | 74 | 3 | 21 | 457 | 73 | 72 |
| Binary | 11010011 | 1010100 | 11001100 | 0 | 111100 | 11 | 10001 | 100101111 | 111011 | 111010 |
Color Harmonies of #D354CC
Complementary color
Monochromatic Colors of #D354CC
Black with #D354CC
Text Example
Text Example
White with #D354CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354CC; }
p { color: rgb(211,84,204); }
H1.HeaderClassName
{
color: #D354CC;
}
.AnyTagClassName
{
color: #D354CC;
}
</style>
background-color css
<style>
a { background-color: #D354CC; }
a { background-color: rgb(211,84,204); }
div.DivClassName
{
background-color: #D354CC;
}
.BgClassName
{
background-color: #D354CC;
}
</style>
border-color css
<style>
span { border-color: #D354CC; }
span { border-color: rgb(211,84,204); }
td.TdClassName
{
border-color: #D354CC;
}
.TagClassName
{
border-color: #D354CC;
}
</style>