Html Css Color HEX #DF49B9 Free Speech Magenta

📋 copy color: '#DF49B9'

red 223 ◦ green 73 ◦ blue 185

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

Shades of Free Speech Magenta #DF49B9

Tints of Free Speech Magenta #DF49B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 46.36%
G = 15.18%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF49B9 (or 0xDF49B9) is known color: Free Speech Magenta. HEX triplet: DF, 49 and B9. RGB value is (223,73,185). Sum of RGB (Red+Green+Blue) = 223+73+185=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49B9 is #20B646. Grayscale: #828282. Windows color (decimal): -2143815 or 12143071. OLE color: 12143071.

HSL color Cylindrical-coordinate representation of color #DF49B9: hue angle of 315.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49B9 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 185 -
CMYK 0 0.67 0.17 0.13
HSL 315.2º 0.7% 0.58% -
HSV(B) 315.2º 0.67% 0.87% -
XYZ 41.57 23.96 48.33 -
YUV 130.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 223 73 185 0 0.67 0.17 0.13 315.2 0.7 0.58
Hex DF 49 B9 0 43 11 D 13B 46 3A
Octal 337 111 271 0 103 21 15 473 106 72
Binary 11011111 1001001 10111001 0 1000011 10001 1101 100111011 1000110 111010

Color Harmonies of #DF49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49B9

Black with #DF49B9

Text Example


Text Example

White with #DF49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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