#D559C6

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

Shades of Free Speech Magenta #D559C6

Tints of Free Speech Magenta #D559C6

Color information

#D559C6 (or 0xD559C6) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 59 and C6. RGB value is (213,89,198). Sum of RGB (Red+Green+Blue) = 213+89+198=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D559C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559C6 is #2AA639. Grayscale: #8A8A8A. Windows color (decimal): -2795066 or 12999125. OLE color: 12999125.

HSL color Cylindrical-coordinate representation of color #D559C6: hue angle of 307.26º 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 #D559C6 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21389198-
CMYK00.580.070.16
HSL307.26º59.62%59.22%-
HSV(B)307.26º58.22%83.53%-
XYZ41.2125.3756.15-
YUV138.5161.58181.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 89 (35.16% from 255) = 17.8%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=42.6%
G=17.8%
B=39.6%

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
Decimal2138919800.580.070.16307.2659.6259.22
HexD559C603A7101333c3b
Octal3251313060727204637473
Binary11010101101100111000110011101011110000100110011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D559C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D559C6; }

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

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

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

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

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

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

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

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