Html Css Color HEX #DF53BE Free Speech Magenta

📋 copy color: '#DF53BE'

red 223 ◦ green 83 ◦ blue 190

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

Shades of Free Speech Magenta #DF53BE

Tints of Free Speech Magenta #DF53BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 44.96%
G = 16.73%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF53BE (or 0xDF53BE) is known color: Free Speech Magenta. HEX triplet: DF, 53 and BE. RGB value is (223,83,190). Sum of RGB (Red+Green+Blue) = 223+83+190=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53BE is #20AC41. Grayscale: #888888. Windows color (decimal): -2141250 or 12473311. OLE color: 12473311.

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

Color convert

RGB 223 83 190 -
CMYK 0 0.63 0.15 0.13
HSL 314.14º 0.69% 0.6% -
HSV(B) 314.14º 0.63% 0.87% -
XYZ 42.82 25.59 51.4 -
YUV 137.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 223 83 190 0 0.63 0.15 0.13 314.14 0.69 0.6
Hex DF 53 BE 0 3F F D 13A 45 3C
Octal 337 123 276 0 77 17 15 472 105 74
Binary 11011111 1010011 10111110 0 111111 1111 1101 100111010 1000101 111100

Color Harmonies of #DF53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53BE

Black with #DF53BE

Text Example


Text Example

White with #DF53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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