Html Css Color HEX #DF49BB Free Speech Magenta

📋 copy color: '#DF49BB'

red 223 ◦ green 73 ◦ blue 187

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

Shades of Free Speech Magenta #DF49BB

Tints of Free Speech Magenta #DF49BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 46.17%
G = 15.11%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF49BB (or 0xDF49BB) is known color: Free Speech Magenta. HEX triplet: DF, 49 and BB. RGB value is (223,73,187). Sum of RGB (Red+Green+Blue) = 223+73+187=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49BB is #20B644. Grayscale: #828282. Windows color (decimal): -2143813 or 12274143. OLE color: 12274143.

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

Color convert

RGB 223 73 187 -
CMYK 0 0.67 0.16 0.13
HSL 314.4º 0.7% 0.58% -
HSV(B) 314.4º 0.67% 0.87% -
XYZ 41.78 24.04 49.45 -
YUV 130.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 223 73 187 0 0.67 0.16 0.13 314.4 0.7 0.58
Hex DF 49 BB 0 43 10 D 13A 46 3A
Octal 337 111 273 0 103 20 15 472 106 72
Binary 11011111 1001001 10111011 0 1000011 10000 1101 100111010 1000110 111010

Color Harmonies of #DF49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49BB

Black with #DF49BB

Text Example


Text Example

White with #DF49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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