Html Css Color HEX #D550CB Free Speech Magenta
📋 copy color: '#D550CB'red 213 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #D550CB
Tints of Free Speech Magenta #D550CB
RGB
CMYK
RGB Variations
Color information
#D550CB (or 0xD550CB) is known color: Free Speech Magenta. HEX triplet: D5, 50 and CB. RGB value is (213,80,203). Sum of RGB (Red+Green+Blue) = 213+80+203=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D550CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550CB is #2AAF34. Grayscale: #858585. Windows color (decimal): -2797365 or 13324501. OLE color: 13324501.
HSL color Cylindrical-coordinate representation of color #D550CB: hue angle of 304.51º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D550CB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 203 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.16 |
| HSL | 304.51º | 0.61% | 0.57% | - |
| HSV(B) | 304.51º | 0.62% | 0.84% | - |
| XYZ | 41.09 | 24.2 | 59 | - |
| YUV | 133.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 203 | 0 | 0.62 | 0.05 | 0.16 | 304.51 | 0.61 | 0.57 |
| Hex | D5 | 50 | CB | 0 | 3E | 5 | 10 | 131 | 3D | 39 |
| Octal | 325 | 120 | 313 | 0 | 76 | 5 | 20 | 461 | 75 | 71 |
| Binary | 11010101 | 1010000 | 11001011 | 0 | 111110 | 101 | 10000 | 100110001 | 111101 | 111001 |
Color Harmonies of #D550CB
Complementary color
Monochromatic Colors of #D550CB
Black with #D550CB
Text Example
Text Example
White with #D550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550CB; }
p { color: rgb(213,80,203); }
H1.HeaderClassName
{
color: #D550CB;
}
.AnyTagClassName
{
color: #D550CB;
}
</style>
background-color css
<style>
a { background-color: #D550CB; }
a { background-color: rgb(213,80,203); }
div.DivClassName
{
background-color: #D550CB;
}
.BgClassName
{
background-color: #D550CB;
}
</style>
border-color css
<style>
span { border-color: #D550CB; }
span { border-color: rgb(213,80,203); }
td.TdClassName
{
border-color: #D550CB;
}
.TagClassName
{
border-color: #D550CB;
}
</style>