Html Css Color HEX #D65BCB Free Speech Magenta
📋 copy color: '#D65BCB'red 214 ◦ green 91 ◦ blue 203
Shades of Free Speech Magenta #D65BCB
Tints of Free Speech Magenta #D65BCB
RGB
CMYK
RGB Variations
Color information
#D65BCB (or 0xD65BCB) is known color: Free Speech Magenta. HEX triplet: D6, 5B and CB. RGB value is (214,91,203). Sum of RGB (Red+Green+Blue) = 214+91+203=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BCB is #29A434. Grayscale: #8C8C8C. Windows color (decimal): -2729013 or 13327318. OLE color: 13327318.
HSL color Cylindrical-coordinate representation of color #D65BCB: hue angle of 305.37º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65BCB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 203 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.16 |
| HSL | 305.37º | 0.6% | 0.6% | - |
| HSV(B) | 305.37º | 0.57% | 0.84% | - |
| XYZ | 42.25 | 26.09 | 59.31 | - |
| YUV | 140.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 203 | 0 | 0.57 | 0.05 | 0.16 | 305.37 | 0.6 | 0.6 |
| Hex | D6 | 5B | CB | 0 | 39 | 5 | 10 | 131 | 3C | 3C |
| Octal | 326 | 133 | 313 | 0 | 71 | 5 | 20 | 461 | 74 | 74 |
| Binary | 11010110 | 1011011 | 11001011 | 0 | 111001 | 101 | 10000 | 100110001 | 111100 | 111100 |
Color Harmonies of #D65BCB
Complementary color
Monochromatic Colors of #D65BCB
Black with #D65BCB
Text Example
Text Example
White with #D65BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BCB; }
p { color: rgb(214,91,203); }
H1.HeaderClassName
{
color: #D65BCB;
}
.AnyTagClassName
{
color: #D65BCB;
}
</style>
background-color css
<style>
a { background-color: #D65BCB; }
a { background-color: rgb(214,91,203); }
div.DivClassName
{
background-color: #D65BCB;
}
.BgClassName
{
background-color: #D65BCB;
}
</style>
border-color css
<style>
span { border-color: #D65BCB; }
span { border-color: rgb(214,91,203); }
td.TdClassName
{
border-color: #D65BCB;
}
.TagClassName
{
border-color: #D65BCB;
}
</style>