Html Css Color HEX #DF48E1 Free Speech Magenta

📋 copy color: '#DF48E1'

red 223 ◦ green 72 ◦ blue 225

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

Shades of Free Speech Magenta #DF48E1

Tints of Free Speech Magenta #DF48E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 42.88%
G = 13.85%
B = 43.27%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF48E1 (or 0xDF48E1) is known color: Free Speech Magenta. HEX triplet: DF, 48 and E1. RGB value is (223,72,225). Sum of RGB (Red+Green+Blue) = 223+72+225=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF48E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48E1 is #20B71E. Grayscale: #868686. Windows color (decimal): -2144031 or 14764255. OLE color: 14764255.

HSL color Cylindrical-coordinate representation of color #DF48E1: hue angle of 299.22º degrees, saturation: 0.72, 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 #DF48E1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 72 225 -
CMYK 0.01 0.68 0 0.12
HSL 299.22º 0.72% 0.58% -
HSV(B) 299.22º 0.68% 0.88% -
XYZ 46.34 25.76 73.76 -
YUV 134.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 223 72 225 0.01 0.68 0 0.12 299.22 0.72 0.58
Hex DF 48 E1 1 44 0 C 12B 48 3A
Octal 337 110 341 1 104 0 14 453 110 72
Binary 11011111 1001000 11100001 1 1000100 0 1100 100101011 1001000 111010

Color Harmonies of #DF48E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48E1

Black with #DF48E1

Text Example


Text Example

White with #DF48E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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