Html Css Color HEX #D53DF1 Free Speech Magenta

📋 copy color: '#D53DF1'

red 213 ◦ green 61 ◦ blue 241

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

Shades of Free Speech Magenta #D53DF1

Tints of Free Speech Magenta #D53DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.84%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 41.36%
G = 11.84%
B = 46.8%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D53DF1 (or 0xD53DF1) is known color: Free Speech Magenta. HEX triplet: D5, 3D and F1. RGB value is (213,61,241). Sum of RGB (Red+Green+Blue) = 213+61+241=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #D53DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53DF1 is #2AC20E. Grayscale: #7E7E7E. Windows color (decimal): -2802191 or 15810005. OLE color: 15810005.

HSL color Cylindrical-coordinate representation of color #D53DF1: hue angle of 290.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53DF1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 61 241 -
CMYK 0.12 0.75 0 0.05
HSL 290.67º 0.87% 0.59% -
HSV(B) 290.67º 0.75% 0.95% -
XYZ 44.99 23.83 85.45 -
YUV 126.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 213 61 241 0.12 0.75 0 0.05 290.67 0.87 0.59
Hex D5 3D F1 C 4B 0 5 123 57 3B
Octal 325 75 361 14 113 0 5 443 127 73
Binary 11010101 111101 11110001 1100 1001011 0 101 100100011 1010111 111011

Color Harmonies of #D53DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DF1

Black with #D53DF1

Text Example


Text Example

White with #D53DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DF1; }

 p { color: rgb(213,61,241); }

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

background-color css

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

 a { background-color: rgb(213,61,241); }

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

border-color css

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

 span { border-color: rgb(213,61,241); }

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