Html Css Color HEX #D460CB Free Speech Magenta
📋 copy color: '#D460CB'red 212 ◦ green 96 ◦ blue 203
Shades of Free Speech Magenta #D460CB
Tints of Free Speech Magenta #D460CB
RGB
CMYK
RGB Variations
Color information
#D460CB (or 0xD460CB) is known color: Free Speech Magenta. HEX triplet: D4, 60 and CB. RGB value is (212,96,203). Sum of RGB (Red+Green+Blue) = 212+96+203=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D460CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460CB is #2B9F34. Grayscale: #8E8E8E. Windows color (decimal): -2858805 or 13328596. OLE color: 13328596.
HSL color Cylindrical-coordinate representation of color #D460CB: hue angle of 304.66º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D460CB is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 203 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.17 |
| HSL | 304.66º | 0.57% | 0.6% | - |
| HSV(B) | 304.66º | 0.55% | 0.83% | - |
| XYZ | 42.11 | 26.67 | 59.43 | - |
| YUV | 142.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 203 | 0 | 0.55 | 0.04 | 0.17 | 304.66 | 0.57 | 0.6 |
| Hex | D4 | 60 | CB | 0 | 37 | 4 | 11 | 131 | 39 | 3C |
| Octal | 324 | 140 | 313 | 0 | 67 | 4 | 21 | 461 | 71 | 74 |
| Binary | 11010100 | 1100000 | 11001011 | 0 | 110111 | 100 | 10001 | 100110001 | 111001 | 111100 |
Color Harmonies of #D460CB
Complementary color
Monochromatic Colors of #D460CB
Black with #D460CB
Text Example
Text Example
White with #D460CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460CB; }
p { color: rgb(212,96,203); }
H1.HeaderClassName
{
color: #D460CB;
}
.AnyTagClassName
{
color: #D460CB;
}
</style>
background-color css
<style>
a { background-color: #D460CB; }
a { background-color: rgb(212,96,203); }
div.DivClassName
{
background-color: #D460CB;
}
.BgClassName
{
background-color: #D460CB;
}
</style>
border-color css
<style>
span { border-color: #D460CB; }
span { border-color: rgb(212,96,203); }
td.TdClassName
{
border-color: #D460CB;
}
.TagClassName
{
border-color: #D460CB;
}
</style>