Html Css Color HEX #DF48BB Free Speech Magenta

📋 copy color: '#DF48BB'

red 223 ◦ green 72 ◦ blue 187

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

Shades of Free Speech Magenta #DF48BB

Tints of Free Speech Magenta #DF48BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 46.27%
G = 14.94%
B = 38.8%

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

#DF48BB (or 0xDF48BB) is known color: Free Speech Magenta. HEX triplet: DF, 48 and BB. RGB value is (223,72,187). Sum of RGB (Red+Green+Blue) = 223+72+187=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48BB is #20B744. Grayscale: #818181. Windows color (decimal): -2144069 or 12273887. OLE color: 12273887.

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

Color convert

RGB 223 72 187 -
CMYK 0 0.68 0.16 0.13
HSL 314.3º 0.7% 0.58% -
HSV(B) 314.3º 0.68% 0.87% -
XYZ 41.72 23.91 49.43 -
YUV 130.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 223 72 187 0 0.68 0.16 0.13 314.3 0.7 0.58
Hex DF 48 BB 0 44 10 D 13A 46 3A
Octal 337 110 273 0 104 20 15 472 106 72
Binary 11011111 1001000 10111011 0 1000100 10000 1101 100111010 1000110 111010

Color Harmonies of #DF48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48BB

Black with #DF48BB

Text Example


Text Example

White with #DF48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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