Html Css Color HEX #D53FEC Free Speech Magenta

📋 copy color: '#D53FEC'

red 213 ◦ green 63 ◦ blue 236

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

Shades of Free Speech Magenta #D53FEC

Tints of Free Speech Magenta #D53FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 41.6%
G = 12.3%
B = 46.09%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D53FEC (or 0xD53FEC) is known color: Free Speech Magenta. HEX triplet: D5, 3F and EC. RGB value is (213,63,236). Sum of RGB (Red+Green+Blue) = 213+63+236=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #D53FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53FEC is #2AC013. Grayscale: #7F7F7F. Windows color (decimal): -2801684 or 15482837. OLE color: 15482837.

HSL color Cylindrical-coordinate representation of color #D53FEC: hue angle of 292.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53FEC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 63 236 -
CMYK 0.10 0.73 0 0.07
HSL 292.02º 0.82% 0.59% -
HSV(B) 292.02º 0.73% 0.93% -
XYZ 44.36 23.76 81.6 -
YUV 127.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 213 63 236 0.10 0.73 0 0.07 292.02 0.82 0.59
Hex D5 3F EC A 49 0 7 124 52 3B
Octal 325 77 354 12 111 0 7 444 122 73
Binary 11010101 111111 11101100 1010 1001001 0 111 100100100 1010010 111011

Color Harmonies of #D53FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FEC

Black with #D53FEC

Text Example


Text Example

White with #D53FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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