#d559cd

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

Shades of Free Speech Magenta #D559CD

Tints of Free Speech Magenta #D559CD

Color information

#D559CD (or 0xD559CD) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 59 and CD. RGB value is (213,89,205). Sum of RGB (Red+Green+Blue) = 213+89+205=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D559CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559CD is #2AA632. Grayscale: #8A8A8A. Windows color (decimal): -2795059 or 13457877. OLE color: 13457877.

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

Color convert

RGB21389205-
CMYK00.580.040.16
HSL303.87º59.62%59.22%-
HSV(B)303.87º58.22%83.53%-
XYZ42.0325.760.5-
YUV139.3165.08180.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 89 (35.16% from 255) = 17.55%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=42.01%
G=17.55%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138920500.580.040.16303.8759.6259.22
HexD559CD03A4101303c3b
Octal3251313150724204607473
Binary11010101101100111001101011101010010000100110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d559cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d559cd; }

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

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

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

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

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

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

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

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