Html Css Color HEX #DF49F1 Free Speech Magenta

📋 copy color: '#DF49F1'

red 223 ◦ green 73 ◦ blue 241

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

Shades of Free Speech Magenta #DF49F1

Tints of Free Speech Magenta #DF49F1

RGB

 RED value IS 223 (87.5% from 255) = 41.53%

 GREEN value IS 73 (28.91% from 255) = 13.59%

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

R = 41.53%
G = 13.59%
B = 44.88%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DF49F1 (or 0xDF49F1) is known color: Free Speech Magenta. HEX triplet: DF, 49 and F1. RGB value is (223,73,241). Sum of RGB (Red+Green+Blue) = 223+73+241=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49F1 is #20B60E. Grayscale: #888888. Windows color (decimal): -2143759 or 15813087. OLE color: 15813087.

HSL color Cylindrical-coordinate representation of color #DF49F1: hue angle of 293.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF49F1 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 73 241 -
CMYK 0.07 0.70 0 0.05
HSL 293.57º 0.86% 0.62% -
HSV(B) 293.57º 0.7% 0.95% -
XYZ 48.69 26.8 85.83 -
YUV 137 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 223 73 241 0.07 0.70 0 0.05 293.57 0.86 0.62
Hex DF 49 F1 7 46 0 5 126 56 3E
Octal 337 111 361 7 106 0 5 446 126 76
Binary 11011111 1001001 11110001 111 1000110 0 101 100100110 1010110 111110

Color Harmonies of #DF49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49F1

Black with #DF49F1

Text Example


Text Example

White with #DF49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49F1; }

 p { color: rgb(223,73,241); }

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

background-color css

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

 a { background-color: rgb(223,73,241); }

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

border-color css

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

 span { border-color: rgb(223,73,241); }

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