Html Css Color HEX #DF48B9 Free Speech Magenta

📋 copy color: '#DF48B9'

red 223 ◦ green 72 ◦ blue 185

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

Shades of Free Speech Magenta #DF48B9

Tints of Free Speech Magenta #DF48B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 46.46%
G = 15%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF48B9 (or 0xDF48B9) is known color: Free Speech Magenta. HEX triplet: DF, 48 and B9. RGB value is (223,72,185). Sum of RGB (Red+Green+Blue) = 223+72+185=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48B9 is #20B746. Grayscale: #818181. Windows color (decimal): -2144071 or 12142815. OLE color: 12142815.

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

Color convert

RGB 223 72 185 -
CMYK 0 0.68 0.17 0.13
HSL 315.1º 0.7% 0.58% -
HSV(B) 315.1º 0.68% 0.87% -
XYZ 41.51 23.83 48.31 -
YUV 130.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 223 72 185 0 0.68 0.17 0.13 315.1 0.7 0.58
Hex DF 48 B9 0 44 11 D 13B 46 3A
Octal 337 110 271 0 104 21 15 473 106 72
Binary 11011111 1001000 10111001 0 1000100 10001 1101 100111011 1000110 111010

Color Harmonies of #DF48B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48B9

Black with #DF48B9

Text Example


Text Example

White with #DF48B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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