Html Css Color HEX #DF53C0 Free Speech Magenta

📋 copy color: '#DF53C0'

red 223 ◦ green 83 ◦ blue 192

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

Shades of Free Speech Magenta #DF53C0

Tints of Free Speech Magenta #DF53C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 44.78%
G = 16.67%
B = 38.55%

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

#DF53C0 (or 0xDF53C0) is known color: Free Speech Magenta. HEX triplet: DF, 53 and C0. RGB value is (223,83,192). Sum of RGB (Red+Green+Blue) = 223+83+192=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF53C0 is #20AC3F. Grayscale: #888888. Windows color (decimal): -2141248 or 12604383. OLE color: 12604383.

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

Color convert

RGB 223 83 192 -
CMYK 0 0.63 0.14 0.13
HSL 313.29º 0.69% 0.6% -
HSV(B) 313.29º 0.63% 0.87% -
XYZ 43.04 25.68 52.56 -
YUV 137.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 223 83 192 0 0.63 0.14 0.13 313.29 0.69 0.6
Hex DF 53 C0 0 3F E D 139 45 3C
Octal 337 123 300 0 77 16 15 471 105 74
Binary 11011111 1010011 11000000 0 111111 1110 1101 100111001 1000101 111100

Color Harmonies of #DF53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF53C0

Black with #DF53C0

Text Example


Text Example

White with #DF53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF53C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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