Html Css Color HEX #D53FE4 Free Speech Magenta

📋 copy color: '#D53FE4'

red 213 ◦ green 63 ◦ blue 228

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

Shades of Free Speech Magenta #D53FE4

Tints of Free Speech Magenta #D53FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 42.26%
G = 12.5%
B = 45.24%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D53FE4 (or 0xD53FE4) is known color: Free Speech Magenta. HEX triplet: D5, 3F and E4. RGB value is (213,63,228). Sum of RGB (Red+Green+Blue) = 213+63+228=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #D53FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FE4 is #2AC01B. Grayscale: #7E7E7E. Windows color (decimal): -2801692 or 14958549. OLE color: 14958549.

HSL color Cylindrical-coordinate representation of color #D53FE4: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53FE4 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 63 228 -
CMYK 0.07 0.72 0 0.11
HSL 294.55º 0.75% 0.57% -
HSV(B) 294.55º 0.72% 0.89% -
XYZ 43.22 23.3 75.62 -
YUV 126.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 213 63 228 0.07 0.72 0 0.11 294.55 0.75 0.57
Hex D5 3F E4 7 48 0 B 127 4B 39
Octal 325 77 344 7 110 0 13 447 113 71
Binary 11010101 111111 11100100 111 1001000 0 1011 100100111 1001011 111001

Color Harmonies of #D53FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FE4

Black with #D53FE4

Text Example


Text Example

White with #D53FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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