Html Css Color HEX #D450CC Free Speech Magenta
📋 copy color: '#D450CC'red 212 ◦ green 80 ◦ blue 204
Shades of Free Speech Magenta #D450CC
Tints of Free Speech Magenta #D450CC
RGB
CMYK
RGB Variations
Color information
#D450CC (or 0xD450CC) is known color: Free Speech Magenta. HEX triplet: D4, 50 and CC. RGB value is (212,80,204). Sum of RGB (Red+Green+Blue) = 212+80+204=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D450CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450CC is #2BAF33. Grayscale: #858585. Windows color (decimal): -2862900 or 13390036. OLE color: 13390036.
HSL color Cylindrical-coordinate representation of color #D450CC: hue angle of 303.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450CC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 204 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.17 |
| HSL | 303.64º | 0.61% | 0.57% | - |
| HSV(B) | 303.64º | 0.62% | 0.83% | - |
| XYZ | 40.92 | 24.09 | 59.62 | - |
| YUV | 133.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 204 | 0 | 0.62 | 0.04 | 0.17 | 303.64 | 0.61 | 0.57 |
| Hex | D4 | 50 | CC | 0 | 3E | 4 | 11 | 130 | 3D | 39 |
| Octal | 324 | 120 | 314 | 0 | 76 | 4 | 21 | 460 | 75 | 71 |
| Binary | 11010100 | 1010000 | 11001100 | 0 | 111110 | 100 | 10001 | 100110000 | 111101 | 111001 |
Color Harmonies of #D450CC
Complementary color
Monochromatic Colors of #D450CC
Black with #D450CC
Text Example
Text Example
White with #D450CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450CC; }
p { color: rgb(212,80,204); }
H1.HeaderClassName
{
color: #D450CC;
}
.AnyTagClassName
{
color: #D450CC;
}
</style>
background-color css
<style>
a { background-color: #D450CC; }
a { background-color: rgb(212,80,204); }
div.DivClassName
{
background-color: #D450CC;
}
.BgClassName
{
background-color: #D450CC;
}
</style>
border-color css
<style>
span { border-color: #D450CC; }
span { border-color: rgb(212,80,204); }
td.TdClassName
{
border-color: #D450CC;
}
.TagClassName
{
border-color: #D450CC;
}
</style>