Html Css Color HEX #DF53BF Free Speech Magenta

📋 copy color: '#DF53BF'

red 223 ◦ green 83 ◦ blue 191

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

Shades of Free Speech Magenta #DF53BF

Tints of Free Speech Magenta #DF53BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.7%

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

R = 44.87%
G = 16.7%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF53BF (or 0xDF53BF) is known color: Free Speech Magenta. HEX triplet: DF, 53 and BF. RGB value is (223,83,191). Sum of RGB (Red+Green+Blue) = 223+83+191=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53BF is #20AC40. Grayscale: #888888. Windows color (decimal): -2141249 or 12538847. OLE color: 12538847.

HSL color Cylindrical-coordinate representation of color #DF53BF: hue angle of 313.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53BF is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 191 -
CMYK 0 0.63 0.14 0.13
HSL 313.71º 0.69% 0.6% -
HSV(B) 313.71º 0.63% 0.87% -
XYZ 42.93 25.64 51.98 -
YUV 137.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 223 83 191 0 0.63 0.14 0.13 313.71 0.69 0.6
Hex DF 53 BF 0 3F E D 13A 45 3C
Octal 337 123 277 0 77 16 15 472 105 74
Binary 11011111 1010011 10111111 0 111111 1110 1101 100111010 1000101 111100

Color Harmonies of #DF53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53BF

Black with #DF53BF

Text Example


Text Example

White with #DF53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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