Html Css Color HEX #D53FD1 Free Speech Magenta

📋 copy color: '#D53FD1'

red 213 ◦ green 63 ◦ blue 209

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

Shades of Free Speech Magenta #D53FD1

Tints of Free Speech Magenta #D53FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 43.92%
G = 12.99%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D53FD1 (or 0xD53FD1) is known color: Free Speech Magenta. HEX triplet: D5, 3F and D1. RGB value is (213,63,209). Sum of RGB (Red+Green+Blue) = 213+63+209=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FD1 is #2AC02E. Grayscale: #7C7C7C. Windows color (decimal): -2801711 or 13713365. OLE color: 13713365.

HSL color Cylindrical-coordinate representation of color #D53FD1: hue angle of 301.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FD1 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 209 -
CMYK 0 0.70 0.02 0.16
HSL 301.6º 0.64% 0.54% -
HSV(B) 301.6º 0.7% 0.84% -
XYZ 40.73 22.3 62.48 -
YUV 124.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 213 63 209 0 0.70 0.02 0.16 301.6 0.64 0.54
Hex D5 3F D1 0 46 2 10 12E 40 36
Octal 325 77 321 0 106 2 20 456 100 66
Binary 11010101 111111 11010001 0 1000110 10 10000 100101110 1000000 110110

Color Harmonies of #D53FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FD1

Black with #D53FD1

Text Example


Text Example

White with #D53FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FD1; }

 p { color: rgb(213,63,209); }

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

background-color css

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

 a { background-color: rgb(213,63,209); }

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

border-color css

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

 span { border-color: rgb(213,63,209); }

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