Html Css Color HEX #D553CC Free Speech Magenta
📋 copy color: '#D553CC'red 213 ◦ green 83 ◦ blue 204
Shades of Free Speech Magenta #D553CC
Tints of Free Speech Magenta #D553CC
RGB
CMYK
RGB Variations
Color information
#D553CC (or 0xD553CC) is known color: Free Speech Magenta. HEX triplet: D5, 53 and CC. RGB value is (213,83,204). Sum of RGB (Red+Green+Blue) = 213+83+204=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D553CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553CC is #2AAC33. Grayscale: #878787. Windows color (decimal): -2796596 or 13390805. OLE color: 13390805.
HSL color Cylindrical-coordinate representation of color #D553CC: hue angle of 304.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553CC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 204 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.16 |
| HSL | 304.15º | 0.61% | 0.58% | - |
| HSV(B) | 304.15º | 0.61% | 0.84% | - |
| XYZ | 41.43 | 24.69 | 59.71 | - |
| YUV | 135.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 204 | 0 | 0.61 | 0.04 | 0.16 | 304.15 | 0.61 | 0.58 |
| Hex | D5 | 53 | CC | 0 | 3D | 4 | 10 | 130 | 3D | 3A |
| Octal | 325 | 123 | 314 | 0 | 75 | 4 | 20 | 460 | 75 | 72 |
| Binary | 11010101 | 1010011 | 11001100 | 0 | 111101 | 100 | 10000 | 100110000 | 111101 | 111010 |
Color Harmonies of #D553CC
Complementary color
Monochromatic Colors of #D553CC
Black with #D553CC
Text Example
Text Example
White with #D553CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553CC; }
p { color: rgb(213,83,204); }
H1.HeaderClassName
{
color: #D553CC;
}
.AnyTagClassName
{
color: #D553CC;
}
</style>
background-color css
<style>
a { background-color: #D553CC; }
a { background-color: rgb(213,83,204); }
div.DivClassName
{
background-color: #D553CC;
}
.BgClassName
{
background-color: #D553CC;
}
</style>
border-color css
<style>
span { border-color: #D553CC; }
span { border-color: rgb(213,83,204); }
td.TdClassName
{
border-color: #D553CC;
}
.TagClassName
{
border-color: #D553CC;
}
</style>