Html Css Color HEX #D559D8 Free Speech Magenta

📋 copy color: '#D559D8'

red 213 ◦ green 89 ◦ blue 216

#D559D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D559D8

Tints of Free Speech Magenta #D559D8

RGB

 RED value IS 213 (83.59% from 255) = 41.12%

 GREEN value IS 89 (35.16% from 255) = 17.18%

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 41.12%
G = 17.18%
B = 41.7%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D559D8 (or 0xD559D8) is known color: Free Speech Magenta. HEX triplet: D5, 59 and D8. RGB value is (213,89,216). Sum of RGB (Red+Green+Blue) = 213+89+216=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #D559D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559D8 is #2AA627. Grayscale: #8C8C8C. Windows color (decimal): -2795048 or 14178773. OLE color: 14178773.

HSL color Cylindrical-coordinate representation of color #D559D8: hue angle of 298.58º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D559D8 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 89 216 -
CMYK 0.01 0.59 0 0.15
HSL 298.58º 0.62% 0.6% -
HSV(B) 298.58º 0.59% 0.85% -
XYZ 43.41 26.25 67.74 -
YUV 140.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 213 89 216 0.01 0.59 0 0.15 298.58 0.62 0.6
Hex D5 59 D8 1 3B 0 F 12B 3E 3C
Octal 325 131 330 1 73 0 17 453 76 74
Binary 11010101 1011001 11011000 1 111011 0 1111 100101011 111110 111100

Color Harmonies of #D559D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559D8

Black with #D559D8

Text Example


Text Example

White with #D559D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559D8; }

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

 H1.HeaderClassName
 {
   color: #D559D8;
 }
 .AnyTagClassName
 {
   color: #D559D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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