Html Css Color HEX #DF53D7 Free Speech Magenta

📋 copy color: '#DF53D7'

red 223 ◦ green 83 ◦ blue 215

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

Shades of Free Speech Magenta #DF53D7

Tints of Free Speech Magenta #DF53D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 42.8%
G = 15.93%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF53D7 (or 0xDF53D7) is known color: Free Speech Magenta. HEX triplet: DF, 53 and D7. RGB value is (223,83,215). Sum of RGB (Red+Green+Blue) = 223+83+215=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53D7 is #20AC28. Grayscale: #8B8B8B. Windows color (decimal): -2141225 or 14111711. OLE color: 14111711.

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

Color convert

RGB 223 83 215 -
CMYK 0 0.63 0.04 0.13
HSL 303.43º 0.69% 0.6% -
HSV(B) 303.43º 0.63% 0.87% -
XYZ 45.79 26.78 67.05 -
YUV 139.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 223 83 215 0 0.63 0.04 0.13 303.43 0.69 0.6
Hex DF 53 D7 0 3F 4 D 12F 45 3C
Octal 337 123 327 0 77 4 15 457 105 74
Binary 11011111 1010011 11010111 0 111111 100 1101 100101111 1000101 111100

Color Harmonies of #DF53D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53D7

Black with #DF53D7

Text Example


Text Example

White with #DF53D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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