Html Css Color HEX #D357CB Free Speech Magenta
📋 copy color: '#D357CB'red 211 ◦ green 87 ◦ blue 203
Shades of Free Speech Magenta #D357CB
Tints of Free Speech Magenta #D357CB
RGB
CMYK
RGB Variations
Color information
#D357CB (or 0xD357CB) is known color: Free Speech Magenta. HEX triplet: D3, 57 and CB. RGB value is (211,87,203). Sum of RGB (Red+Green+Blue) = 211+87+203=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D357CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D357CB is #2CA834. Grayscale: #888888. Windows color (decimal): -2926645 or 13326291. OLE color: 13326291.
HSL color Cylindrical-coordinate representation of color #D357CB: hue angle of 303.87º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D357CB is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 203 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.17 |
| HSL | 303.87º | 0.58% | 0.58% | - |
| HSV(B) | 303.87º | 0.59% | 0.83% | - |
| XYZ | 41.05 | 24.98 | 59.16 | - |
| YUV | 137.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 203 | 0 | 0.59 | 0.04 | 0.17 | 303.87 | 0.58 | 0.58 |
| Hex | D3 | 57 | CB | 0 | 3B | 4 | 11 | 130 | 3A | 3A |
| Octal | 323 | 127 | 313 | 0 | 73 | 4 | 21 | 460 | 72 | 72 |
| Binary | 11010011 | 1010111 | 11001011 | 0 | 111011 | 100 | 10001 | 100110000 | 111010 | 111010 |
Color Harmonies of #D357CB
Complementary color
Monochromatic Colors of #D357CB
Black with #D357CB
Text Example
Text Example
White with #D357CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D357CB; }
p { color: rgb(211,87,203); }
H1.HeaderClassName
{
color: #D357CB;
}
.AnyTagClassName
{
color: #D357CB;
}
</style>
background-color css
<style>
a { background-color: #D357CB; }
a { background-color: rgb(211,87,203); }
div.DivClassName
{
background-color: #D357CB;
}
.BgClassName
{
background-color: #D357CB;
}
</style>
border-color css
<style>
span { border-color: #D357CB; }
span { border-color: rgb(211,87,203); }
td.TdClassName
{
border-color: #D357CB;
}
.TagClassName
{
border-color: #D357CB;
}
</style>