#D559C7

Color #D559C7 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D559C7

Tints of Free Speech Magenta #D559C7

Color information

#D559C7 (or 0xD559C7) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 59 and C7. RGB value is (213,89,199). Sum of RGB (Red+Green+Blue) = 213+89+199=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C7 is #2AA638. Grayscale: #8A8A8A. Windows color (decimal): -2795065 or 13064661. OLE color: 13064661.

HSL color Cylindrical-coordinate representation of color #D559C7: hue angle of 306.77º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559C7 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21389199-
CMYK00.580.070.16
HSL306.77º59.62%59.22%-
HSV(B)306.77º58.22%83.53%-
XYZ41.3225.4156.76-
YUV138.62162.08181.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 89 (35.16% from 255) = 17.76%
BLUE value IS 199 (78.12% from 255) = 39.72%
R=42.51%
G=17.76%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138919900.580.070.16306.7759.6259.22
HexD559C703A7101333c3b
Octal3251313070727204637473
Binary11010101101100111000111011101011110000100110011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559C7; }

 p { color: rgb(213,89,199); }

 H1.HeaderClassName
 {
   color: #D559C7;
 }
 .AnyTagClassName
 {
   color: #D559C7;
 }
</style>
background-color css

<style>
 a { background-color: #D559C7; }

 a { background-color: rgb(213,89,199); }

 div.DivClassName
 {
   background-color: #D559C7;
 }
 .BgClassName
 {
   background-color: #D559C7;
 }
</style>
border-color css

<style>
 span { border-color: #D559C7; }

 span { border-color: rgb(213,89,199); }

 td.TdClassName
 {
   border-color: #D559C7;
 }
 .TagClassName
 {
   border-color: #D559C7;
 }
</style>