Html Css Color HEX #D559D2 Free Speech Magenta

📋 copy color: '#D559D2'

red 213 ◦ green 89 ◦ blue 210

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

Shades of Free Speech Magenta #D559D2

Tints of Free Speech Magenta #D559D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 41.6%
G = 17.38%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D559D2 (or 0xD559D2) is known color: Free Speech Magenta. HEX triplet: D5, 59 and D2. RGB value is (213,89,210). Sum of RGB (Red+Green+Blue) = 213+89+210=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D559D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D559D2 is #2AA62D. Grayscale: #8B8B8B. Windows color (decimal): -2795054 or 13785557. OLE color: 13785557.

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

Color convert

RGB 213 89 210 -
CMYK 0 0.58 0.01 0.16
HSL 301.45º 0.6% 0.59% -
HSV(B) 301.45º 0.58% 0.84% -
XYZ 42.65 25.94 63.73 -
YUV 139.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 213 89 210 0 0.58 0.01 0.16 301.45 0.6 0.59
Hex D5 59 D2 0 3A 1 10 12D 3C 3B
Octal 325 131 322 0 72 1 20 455 74 73
Binary 11010101 1011001 11010010 0 111010 1 10000 100101101 111100 111011

Color Harmonies of #D559D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559D2

Black with #D559D2

Text Example


Text Example

White with #D559D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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