Html Css Color HEX #DF48D9 Free Speech Magenta

📋 copy color: '#DF48D9'

red 223 ◦ green 72 ◦ blue 217

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

Shades of Free Speech Magenta #DF48D9

Tints of Free Speech Magenta #DF48D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 43.55%
G = 14.06%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF48D9 (or 0xDF48D9) is known color: Free Speech Magenta. HEX triplet: DF, 48 and D9. RGB value is (223,72,217). Sum of RGB (Red+Green+Blue) = 223+72+217=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48D9 is #20B726. Grayscale: #858585. Windows color (decimal): -2144039 or 14239967. OLE color: 14239967.

HSL color Cylindrical-coordinate representation of color #DF48D9: hue angle of 302.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48D9 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 217 -
CMYK 0 0.68 0.03 0.13
HSL 302.38º 0.7% 0.58% -
HSV(B) 302.38º 0.68% 0.87% -
XYZ 45.27 25.33 68.15 -
YUV 133.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 223 72 217 0 0.68 0.03 0.13 302.38 0.7 0.58
Hex DF 48 D9 0 44 3 D 12E 46 3A
Octal 337 110 331 0 104 3 15 456 106 72
Binary 11011111 1001000 11011001 0 1000100 11 1101 100101110 1000110 111010

Color Harmonies of #DF48D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48D9

Black with #DF48D9

Text Example


Text Example

White with #DF48D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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