Html Css Color HEX #DF48BF Free Speech Magenta

📋 copy color: '#DF48BF'

red 223 ◦ green 72 ◦ blue 191

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

Shades of Free Speech Magenta #DF48BF

Tints of Free Speech Magenta #DF48BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 45.88%
G = 14.81%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF48BF (or 0xDF48BF) is known color: Free Speech Magenta. HEX triplet: DF, 48 and BF. RGB value is (223,72,191). Sum of RGB (Red+Green+Blue) = 223+72+191=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48BF is #20B740. Grayscale: #828282. Windows color (decimal): -2144065 or 12536031. OLE color: 12536031.

HSL color Cylindrical-coordinate representation of color #DF48BF: hue angle of 312.72º 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 #DF48BF is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 191 -
CMYK 0 0.68 0.14 0.13
HSL 312.72º 0.7% 0.58% -
HSV(B) 312.72º 0.68% 0.87% -
XYZ 42.15 24.08 51.72 -
YUV 130.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 223 72 191 0 0.68 0.14 0.13 312.72 0.7 0.58
Hex DF 48 BF 0 44 E D 139 46 3A
Octal 337 110 277 0 104 16 15 471 106 72
Binary 11011111 1001000 10111111 0 1000100 1110 1101 100111001 1000110 111010

Color Harmonies of #DF48BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48BF

Black with #DF48BF

Text Example


Text Example

White with #DF48BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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