Html Css Color HEX #DF48BC Free Speech Magenta

📋 copy color: '#DF48BC'

red 223 ◦ green 72 ◦ blue 188

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

Shades of Free Speech Magenta #DF48BC

Tints of Free Speech Magenta #DF48BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 46.17%
G = 14.91%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF48BC (or 0xDF48BC) is known color: Free Speech Magenta. HEX triplet: DF, 48 and BC. RGB value is (223,72,188). Sum of RGB (Red+Green+Blue) = 223+72+188=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48BC is #20B743. Grayscale: #828282. Windows color (decimal): -2144068 or 12339423. OLE color: 12339423.

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

Color convert

RGB 223 72 188 -
CMYK 0 0.68 0.16 0.13
HSL 313.91º 0.7% 0.58% -
HSV(B) 313.91º 0.68% 0.87% -
XYZ 41.83 23.95 50 -
YUV 130.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 223 72 188 0 0.68 0.16 0.13 313.91 0.7 0.58
Hex DF 48 BC 0 44 10 D 13A 46 3A
Octal 337 110 274 0 104 20 15 472 106 72
Binary 11011111 1001000 10111100 0 1000100 10000 1101 100111010 1000110 111010

Color Harmonies of #DF48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48BC

Black with #DF48BC

Text Example


Text Example

White with #DF48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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