Html Css Color HEX #D65ACB Free Speech Magenta
📋 copy color: '#D65ACB'red 214 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #D65ACB
Tints of Free Speech Magenta #D65ACB
RGB
CMYK
RGB Variations
Color information
#D65ACB (or 0xD65ACB) is known color: Free Speech Magenta. HEX triplet: D6, 5A and CB. RGB value is (214,90,203). Sum of RGB (Red+Green+Blue) = 214+90+203=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ACB is #29A534. Grayscale: #8B8B8B. Windows color (decimal): -2729269 or 13327062. OLE color: 13327062.
HSL color Cylindrical-coordinate representation of color #D65ACB: hue angle of 305.32º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65ACB is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 203 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.16 |
| HSL | 305.32º | 0.6% | 0.6% | - |
| HSV(B) | 305.32º | 0.58% | 0.84% | - |
| XYZ | 42.17 | 25.92 | 59.28 | - |
| YUV | 139.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 203 | 0 | 0.58 | 0.05 | 0.16 | 305.32 | 0.6 | 0.6 |
| Hex | D6 | 5A | CB | 0 | 3A | 5 | 10 | 131 | 3C | 3C |
| Octal | 326 | 132 | 313 | 0 | 72 | 5 | 20 | 461 | 74 | 74 |
| Binary | 11010110 | 1011010 | 11001011 | 0 | 111010 | 101 | 10000 | 100110001 | 111100 | 111100 |
Color Harmonies of #D65ACB
Complementary color
Monochromatic Colors of #D65ACB
Black with #D65ACB
Text Example
Text Example
White with #D65ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65ACB; }
p { color: rgb(214,90,203); }
H1.HeaderClassName
{
color: #D65ACB;
}
.AnyTagClassName
{
color: #D65ACB;
}
</style>
background-color css
<style>
a { background-color: #D65ACB; }
a { background-color: rgb(214,90,203); }
div.DivClassName
{
background-color: #D65ACB;
}
.BgClassName
{
background-color: #D65ACB;
}
</style>
border-color css
<style>
span { border-color: #D65ACB; }
span { border-color: rgb(214,90,203); }
td.TdClassName
{
border-color: #D65ACB;
}
.TagClassName
{
border-color: #D65ACB;
}
</style>