Html Css Color HEX #DF53DD Free Speech Magenta

📋 copy color: '#DF53DD'

red 223 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #DF53DD

Tints of Free Speech Magenta #DF53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 42.31%
G = 15.75%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF53DD (or 0xDF53DD) is known color: Free Speech Magenta. HEX triplet: DF, 53 and DD. RGB value is (223,83,221). Sum of RGB (Red+Green+Blue) = 223+83+221=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53DD is #20AC22. Grayscale: #8C8C8C. Windows color (decimal): -2141219 or 14504927. OLE color: 14504927.

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

Color convert

RGB 223 83 221 -
CMYK 0 0.63 0.01 0.13
HSL 300.86º 0.69% 0.6% -
HSV(B) 300.86º 0.63% 0.87% -
XYZ 46.58 27.09 71.18 -
YUV 140.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 223 83 221 0 0.63 0.01 0.13 300.86 0.69 0.6
Hex DF 53 DD 0 3F 1 D 12D 45 3C
Octal 337 123 335 0 77 1 15 455 105 74
Binary 11011111 1010011 11011101 0 111111 1 1101 100101101 1000101 111100

Color Harmonies of #DF53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53DD

Black with #DF53DD

Text Example


Text Example

White with #DF53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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