Html Css Color HEX #D541F9 Free Speech Magenta

📋 copy color: '#D541F9'

red 213 ◦ green 65 ◦ blue 249

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

Shades of Free Speech Magenta #D541F9

Tints of Free Speech Magenta #D541F9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.33%

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 40.42%
G = 12.33%
B = 47.25%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D541F9 (or 0xD541F9) is known color: Free Speech Magenta. HEX triplet: D5, 41 and F9. RGB value is (213,65,249). Sum of RGB (Red+Green+Blue) = 213+65+249=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #D541F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D541F9 is #2ABE06. Grayscale: #818181. Windows color (decimal): -2801159 or 16335317. OLE color: 16335317.

HSL color Cylindrical-coordinate representation of color #D541F9: hue angle of 288.26º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D541F9 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 65 249 -
CMYK 0.14 0.74 0 0.02
HSL 288.26º 0.94% 0.62% -
HSV(B) 288.26º 0.74% 0.98% -
XYZ 46.43 24.77 91.96 -
YUV 130.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 213 65 249 0.14 0.74 0 0.02 288.26 0.94 0.62
Hex D5 41 F9 E 4A 0 2 120 5E 3E
Octal 325 101 371 16 112 0 2 440 136 76
Binary 11010101 1000001 11111001 1110 1001010 0 10 100100000 1011110 111110

Color Harmonies of #D541F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541F9

Black with #D541F9

Text Example


Text Example

White with #D541F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541F9; }

 p { color: rgb(213,65,249); }

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

background-color css

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

 a { background-color: rgb(213,65,249); }

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

border-color css

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

 span { border-color: rgb(213,65,249); }

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