Html Css Color HEX #DF48E0 Free Speech Magenta

📋 copy color: '#DF48E0'

red 223 ◦ green 72 ◦ blue 224

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

Shades of Free Speech Magenta #DF48E0

Tints of Free Speech Magenta #DF48E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 42.97%
G = 13.87%
B = 43.16%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF48E0 (or 0xDF48E0) is known color: Free Speech Magenta. HEX triplet: DF, 48 and E0. RGB value is (223,72,224). Sum of RGB (Red+Green+Blue) = 223+72+224=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF48E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48E0 is #20B71F. Grayscale: #868686. Windows color (decimal): -2144032 or 14698719. OLE color: 14698719.

HSL color Cylindrical-coordinate representation of color #DF48E0: hue angle of 299.61º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48E0 is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 72 224 -
CMYK 0.00 0.68 0 0.12
HSL 299.61º 0.71% 0.58% -
HSV(B) 299.61º 0.68% 0.88% -
XYZ 46.2 25.7 73.05 -
YUV 134.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 223 72 224 0.00 0.68 0 0.12 299.61 0.71 0.58
Hex DF 48 E0 0 44 0 C 12C 47 3A
Octal 337 110 340 0 104 0 14 454 107 72
Binary 11011111 1001000 11100000 0 1000100 0 1100 100101100 1000111 111010

Color Harmonies of #DF48E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48E0

Black with #DF48E0

Text Example


Text Example

White with #DF48E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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