Html Css Color HEX #D53CF1 Free Speech Magenta

📋 copy color: '#D53CF1'

red 213 ◦ green 60 ◦ blue 241

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

Shades of Free Speech Magenta #D53CF1

Tints of Free Speech Magenta #D53CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.67%

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

R = 41.44%
G = 11.67%
B = 46.89%

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

#D53CF1 (or 0xD53CF1) is known color: Free Speech Magenta. HEX triplet: D5, 3C and F1. RGB value is (213,60,241). Sum of RGB (Red+Green+Blue) = 213+60+241=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #D53CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CF1 is #2AC30E. Grayscale: #7D7D7D. Windows color (decimal): -2802447 or 15809749. OLE color: 15809749.

HSL color Cylindrical-coordinate representation of color #D53CF1: hue angle of 290.72º 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 #D53CF1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 60 241 -
CMYK 0.12 0.75 0 0.05
HSL 290.72º 0.87% 0.59% -
HSV(B) 290.72º 0.75% 0.95% -
XYZ 44.93 23.73 85.43 -
YUV 126.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 213 60 241 0.12 0.75 0 0.05 290.72 0.87 0.59
Hex D5 3C F1 C 4B 0 5 123 57 3B
Octal 325 74 361 14 113 0 5 443 127 73
Binary 11010101 111100 11110001 1100 1001011 0 101 100100011 1010111 111011

Color Harmonies of #D53CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CF1

Black with #D53CF1

Text Example


Text Example

White with #D53CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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