Html Css Color HEX #DF49EB Free Speech Magenta

📋 copy color: '#DF49EB'

red 223 ◦ green 73 ◦ blue 235

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

Shades of Free Speech Magenta #DF49EB

Tints of Free Speech Magenta #DF49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 42%
G = 13.75%
B = 44.26%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF49EB (or 0xDF49EB) is known color: Free Speech Magenta. HEX triplet: DF, 49 and EB. RGB value is (223,73,235). Sum of RGB (Red+Green+Blue) = 223+73+235=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49EB is #20B614. Grayscale: #878787. Windows color (decimal): -2143765 or 15419871. OLE color: 15419871.

HSL color Cylindrical-coordinate representation of color #DF49EB: hue angle of 295.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF49EB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 73 235 -
CMYK 0.05 0.69 0 0.08
HSL 295.56º 0.8% 0.6% -
HSV(B) 295.56º 0.69% 0.92% -
XYZ 47.81 26.45 81.18 -
YUV 136.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 223 73 235 0.05 0.69 0 0.08 295.56 0.8 0.6
Hex DF 49 EB 5 45 0 8 128 50 3C
Octal 337 111 353 5 105 0 10 450 120 74
Binary 11011111 1001001 11101011 101 1000101 0 1000 100101000 1010000 111100

Color Harmonies of #DF49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49EB

Black with #DF49EB

Text Example


Text Example

White with #DF49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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