Html Css Color HEX #D65CCB Free Speech Magenta
📋 copy color: '#D65CCB'red 214 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #D65CCB
Tints of Free Speech Magenta #D65CCB
RGB
CMYK
RGB Variations
Color information
#D65CCB (or 0xD65CCB) is known color: Free Speech Magenta. HEX triplet: D6, 5C and CB. RGB value is (214,92,203). Sum of RGB (Red+Green+Blue) = 214+92+203=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CCB is #29A334. Grayscale: #8C8C8C. Windows color (decimal): -2728757 or 13327574. OLE color: 13327574.
HSL color Cylindrical-coordinate representation of color #D65CCB: hue angle of 305.41º 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 #D65CCB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 203 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.16 |
| HSL | 305.41º | 0.6% | 0.6% | - |
| HSV(B) | 305.41º | 0.57% | 0.84% | - |
| XYZ | 42.34 | 26.26 | 59.34 | - |
| YUV | 141.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 203 | 0 | 0.57 | 0.05 | 0.16 | 305.41 | 0.6 | 0.6 |
| Hex | D6 | 5C | CB | 0 | 39 | 5 | 10 | 131 | 3C | 3C |
| Octal | 326 | 134 | 313 | 0 | 71 | 5 | 20 | 461 | 74 | 74 |
| Binary | 11010110 | 1011100 | 11001011 | 0 | 111001 | 101 | 10000 | 100110001 | 111100 | 111100 |
Color Harmonies of #D65CCB
Complementary color
Monochromatic Colors of #D65CCB
Black with #D65CCB
Text Example
Text Example
White with #D65CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CCB; }
p { color: rgb(214,92,203); }
H1.HeaderClassName
{
color: #D65CCB;
}
.AnyTagClassName
{
color: #D65CCB;
}
</style>
background-color css
<style>
a { background-color: #D65CCB; }
a { background-color: rgb(214,92,203); }
div.DivClassName
{
background-color: #D65CCB;
}
.BgClassName
{
background-color: #D65CCB;
}
</style>
border-color css
<style>
span { border-color: #D65CCB; }
span { border-color: rgb(214,92,203); }
td.TdClassName
{
border-color: #D65CCB;
}
.TagClassName
{
border-color: #D65CCB;
}
</style>