Html Css Color HEX #DF49BE Free Speech Magenta

📋 copy color: '#DF49BE'

red 223 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Magenta #DF49BE

Tints of Free Speech Magenta #DF49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 45.88%
G = 15.02%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF49BE (or 0xDF49BE) is known color: Free Speech Magenta. HEX triplet: DF, 49 and BE. RGB value is (223,73,190). Sum of RGB (Red+Green+Blue) = 223+73+190=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49BE is #20B641. Grayscale: #828282. Windows color (decimal): -2143810 or 12470751. OLE color: 12470751.

HSL color Cylindrical-coordinate representation of color #DF49BE: hue angle of 313.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 #DF49BE is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 190 -
CMYK 0 0.67 0.15 0.13
HSL 313.2º 0.7% 0.58% -
HSV(B) 313.2º 0.67% 0.87% -
XYZ 42.11 24.17 51.16 -
YUV 131.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 223 73 190 0 0.67 0.15 0.13 313.2 0.7 0.58
Hex DF 49 BE 0 43 F D 139 46 3A
Octal 337 111 276 0 103 17 15 471 106 72
Binary 11011111 1001001 10111110 0 1000011 1111 1101 100111001 1000110 111010

Color Harmonies of #DF49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49BE

Black with #DF49BE

Text Example


Text Example

White with #DF49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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