Html Css Color HEX #DF53BA Free Speech Magenta

📋 copy color: '#DF53BA'

red 223 ◦ green 83 ◦ blue 186

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

Shades of Free Speech Magenta #DF53BA

Tints of Free Speech Magenta #DF53BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 45.33%
G = 16.87%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF53BA (or 0xDF53BA) is known color: Free Speech Magenta. HEX triplet: DF, 53 and BA. RGB value is (223,83,186). Sum of RGB (Red+Green+Blue) = 223+83+186=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53BA is #20AC45. Grayscale: #888888. Windows color (decimal): -2141254 or 12211167. OLE color: 12211167.

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

Color convert

RGB 223 83 186 -
CMYK 0 0.63 0.17 0.13
HSL 315.86º 0.69% 0.6% -
HSV(B) 315.86º 0.63% 0.87% -
XYZ 42.39 25.42 49.13 -
YUV 136.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 223 83 186 0 0.63 0.17 0.13 315.86 0.69 0.6
Hex DF 53 BA 0 3F 11 D 13C 45 3C
Octal 337 123 272 0 77 21 15 474 105 74
Binary 11011111 1010011 10111010 0 111111 10001 1101 100111100 1000101 111100

Color Harmonies of #DF53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53BA

Black with #DF53BA

Text Example


Text Example

White with #DF53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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