Html Css Color HEX #DF48E3 Free Speech Magenta

📋 copy color: '#DF48E3'

red 223 ◦ green 72 ◦ blue 227

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

Shades of Free Speech Magenta #DF48E3

Tints of Free Speech Magenta #DF48E3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.79%

 BLUE value IS 227 (89.06% from 255) = 43.49%

R = 42.72%
G = 13.79%
B = 43.49%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DF48E3 (or 0xDF48E3) is known color: Free Speech Magenta. HEX triplet: DF, 48 and E3. RGB value is (223,72,227). Sum of RGB (Red+Green+Blue) = 223+72+227=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF48E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48E3 is #20B71C. Grayscale: #868686. Windows color (decimal): -2144029 or 14895327. OLE color: 14895327.

HSL color Cylindrical-coordinate representation of color #DF48E3: hue angle of 298.45º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48E3 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 72 227 -
CMYK 0.02 0.68 0 0.11
HSL 298.45º 0.73% 0.59% -
HSV(B) 298.45º 0.68% 0.89% -
XYZ 46.61 25.87 75.21 -
YUV 134.82 180.03 190.9 -
System Red Green Blue C M Y K H S L
Decimal 223 72 227 0.02 0.68 0 0.11 298.45 0.73 0.59
Hex DF 48 E3 2 44 0 B 12A 49 3B
Octal 337 110 343 2 104 0 13 452 111 73
Binary 11011111 1001000 11100011 10 1000100 0 1011 100101010 1001001 111011

Color Harmonies of #DF48E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48E3

Black with #DF48E3

Text Example


Text Example

White with #DF48E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48E3; }

 p { color: rgb(223,72,227); }

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

background-color css

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

 a { background-color: rgb(223,72,227); }

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

border-color css

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

 span { border-color: rgb(223,72,227); }

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